This topic has not yet been rated - Rate this topic

MessagingCommunicationException Class

The exception that is thrown to signal messaging communication errors.

System.Object
  System.Exception
    Microsoft.ServiceBus.Messaging.MessagingException
      Microsoft.ServiceBus.Messaging.MessagingCommunicationException

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
[SerializableAttribute]
public sealed class MessagingCommunicationException : MessagingException

The MessagingCommunicationException type exposes the following members.

  Name Description
Public method MessagingCommunicationException(String) Initializes a new instance of the MessagingCommunicationException class.
Public method MessagingCommunicationException(String, Exception) Initializes a new instance of the MessagingCommunicationException class.
Top
  Name Description
Public property Data (Inherited from Exception.)
Public property Detail Gets the detail information of the messaging exception. (Inherited from MessagingException.)
Public property HelpLink (Inherited from Exception.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)
Public property Timestamp Gets or sets the time at which the messaging exception occurred. (Inherited from MessagingException.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Populates the serialization information with data about the exception. (Inherited from MessagingException.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)
Top
  Name Description
Protected event SerializeObjectState (Inherited from Exception.)
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.
Did you find this helpful?
(1500 characters remaining)