Compartilhar via


StorageObjectModelException Constructor

 

Initializes a new instance of the StorageObjectModelException class.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Overload List

Name Description
System_CAPS_pubmethod StorageObjectModelException()

Initializes a new instance of the StorageObjectModelException class.

System_CAPS_protmethod StorageObjectModelException(SerializationInfo, StreamingContext)

Initializes a new instance of the StorageObjectModelException class with the specified serialization data.

System_CAPS_pubmethod StorageObjectModelException(String)

Initializes a new instance of the StorageObjectModelException class with the specified message.

System_CAPS_pubmethod 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