StorageObjectModelFatalException Constructor (String)
Initializes a new instance of the StorageObjectModelFatalException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public StorageObjectModelFatalException(
string message
)
public:
StorageObjectModelFatalException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
See Also
StorageObjectModelFatalException Overload
StorageObjectModelFatalException Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top