Click or drag to resize

ChannelException Constructor (String)

Initializes a new instance of the ChannelException class.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public ChannelException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also