| ChannelException Constructor (String, Exception) |
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
)
Public Sub New (
message As String,
inner As Exception
)
public:
ChannelException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ChannelException
Parameters
- message
- Type: SystemString
The message. - inner
- Type: SystemException
The inner exception.
See Also