DmfException.DmfExceptionType Property

 

Applies To: SQL Server 2016 Preview

Gets the type of exception.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Management.Dmf.DmfExceptionType

A DmfExceptionType value that specifies the type of exception.

Remarks

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

Examples

Legacy Code Example

Handling SMO Exceptions

See Also

DmfException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top