Share via


StorageObjectModelFatalException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the StorageObjectModelFatalException class.

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

Syntax

protected StorageObjectModelFatalException(
    SerializationInfo info,
    StreamingContext context
)
protected:
StorageObjectModelFatalException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

StorageObjectModelFatalException Overload
StorageObjectModelFatalException Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top