SqlMessageBusException Class

.NET Framework 4.5

The exception that is thrown during initialization or receiving operation of SQL Message Bus failed.

System::Object
  System::Exception
    Microsoft.AspNet.SignalR.SqlServer::SqlMessageBusException

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

[SerializableAttribute]
public ref class SqlMessageBusException : public Exception

The SqlMessageBusException type exposes the following members.

  NameDescription
Public methodSqlMessageBusExceptionInitializes a new instance of the SqlMessageBusException class.
Top

  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSecurity Critical. (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top

  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top

  NameDescription
Public Extension MethodGetError Simplifies error recognition by unwrapping complex exceptions. (Defined by ErrorExtensions.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: