CallbackException Constructor (String, Exception)

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.ServiceBus
Assembly:  Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)

public:
CallbackException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System::String
innerException
Type: System::Exception
Show: