StorageObjectModelException Constructor
Initializes a new instance of the StorageObjectModelException class.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Overload List
Name | Description | |
---|---|---|
StorageObjectModelException() | Initializes a new instance of the StorageObjectModelException class. |
|
StorageObjectModelException(SerializationInfo, StreamingContext) | Initializes a new instance of the StorageObjectModelException class with the specified serialization data. |
|
StorageObjectModelException(String) | Initializes a new instance of the StorageObjectModelException class with the specified message. |
|
StorageObjectModelException(String, Exception) | Initializes a new instance of the StorageObjectModelException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
StorageObjectModelException Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top