Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message text.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.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
A string that contains the message text.
Implements
See Also
StorageObjectModelException Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top