MessagePropertyException Constructor (String)
Initializes a new instance of the MessagePropertyException class. This is a standard exception constructor.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected MessagePropertyException(
string message
)
protected:
MessagePropertyException(
String^ message
)
Protected Sub New (
message As String
)
Parameters
message
Type: System.StringThe message, as a string.
See Also
MessagePropertyException Overload
MessagePropertyException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top