MessageValidationException.Message Property
Gets a string representation of the current exception. Equivalent to ToString().
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string Message { get; }
public:
property String^ Message {
virtual String^ get() override;
}
Public Overrides ReadOnly Property Message As String
Property Value
Type: System.String
Implements
See Also
MessageValidationException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top