Share via


MessageException Constructor

 

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Overload List

Name Description
System_CAPS_protmethod MessageException()

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_protmethod MessageException(SerializationInfo, StreamingContext)

Initializes a new instance of the MessageException class. This is a serialized exception constructor.

System_CAPS_protmethod MessageException(String)

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_protmethod MessageException(String, Exception)

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_pubmethod MessageException(String, IMessageBase)

Initializes a new instance of the MessageException class. This constructor is an exception with a message.

System_CAPS_pubmethod 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