MessageQueueException Class Members
The following tables list the members exposed by MessageQueueException.
Protected Constructors
Name | Description | |
---|---|---|
![]() | MessageQueueException Constructor | Initializes a new instance of the MessageQueueException class with serialized data. |
Public Properties
Name | Description | |
---|---|---|
![]() | Data | (Inherited from System.Exception) |
![]() | ErrorCode | (Inherited from System.Runtime.InteropServices.ExternalException) |
![]() | HelpLink | (Inherited from System.Exception) |
![]() | HResult | (Inherited from System.Exception) |
![]() | InnerException | (Inherited from System.Exception) |
![]() | Message | Overridden. Gets a value that describes the Message Queuing error. |
![]() | MessageQueueErrorCode | Gets a value that indicates the error code associated with this exception. |
![]() | Source | (Inherited from System.Exception) |
![]() | StackTrace | (Inherited from System.Exception) |
![]() | TargetSite | (Inherited from System.Exception) |
Public Methods
Name | Description | |
---|---|---|
![]() | GetBaseException | (Inherited from System.Exception) |
![]() | GetObjectData | Overridden. When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |
![]() | GetType | (Inherited from System.Exception) |
![]() | ToString | (Inherited from System.Runtime.InteropServices.ExternalException) |
Protected Events
Name | Description | |
---|---|---|
![]() | SerializeObjectState | (Inherited from System.Exception) |
See Also