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