StorageObjectModelException.Message Property
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