 | ChannelException Constructor (String, Exception) |
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic 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: System.String
The message. - inner
- Type: System.Exception
The inner exception.
See Also