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