Click or drag to resize

ChannelException Constructor (String, Exception)

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,
	Exception inner
)

Parameters

message
Type: SystemString
The message.
inner
Type: SystemException
The inner exception.
See Also