NonConfigurableReadOnlyPropertyException.DmfExceptionType Property

 

Gets the DMF exception type.

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

Syntax

public override DmfExceptionType DmfExceptionType { get; }
public:
property DmfExceptionType DmfExceptionType {
    virtual DmfExceptionType get() override;
}
override DmfExceptionType : DmfExceptionType with get
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType

Property Value

Type: Microsoft.SqlServer.Management.Dmf.DmfExceptionType

A DmfExceptionType object that specifies the DMF exception type.

Remarks

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

See Also

NonConfigurableReadOnlyPropertyException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top