Partager via


StorageObjectModelException Constructor (String)

 

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

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

Syntax

public StorageObjectModelException(
    string message
)
public:
StorageObjectModelException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

StorageObjectModelException Overload
StorageObjectModelException Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top