CallbackException Constructor (String, Exception)
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.ServiceBus
Assembly: Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New CallbackException(message, _
innerException)
public CallbackException(
string message,
Exception innerException
)
public:
CallbackException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CallbackException
public function CallbackException(
message : String,
innerException : Exception
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception