MessageException Constructor
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
MessageException() | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
|
MessageException(SerializationInfo, StreamingContext) | Initializes a new instance of the MessageException class. This is a serialized exception constructor. |
|
MessageException(String) | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
|
MessageException(String, Exception) | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
|
MessageException(String, IMessageBase) | Initializes a new instance of the MessageException class. This constructor is an exception with a message. |
|
MessageException(String, IMessageBase, Exception) | Initializes a new instance of the MessageException class. This constructor is an exception with a message. |
See Also
MessageException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top