DmfException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the T:Microsoft.SqlServer.Management.Dmf. ExceptionAlreadyRegisteredException class that has the specified serialization information and streaming context.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

protected DmfException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DmfException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> DmfException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

DmfException Overload
DmfException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top