Partager via


StorageObjectModelException Constructor (SerializationInfo, StreamingContext)

 

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

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

Syntax

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

Parameters

See Also

StorageObjectModelException Overload
StorageObjectModelException Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top