DmfException.DmfExceptionType Property

Gets the type of exception.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'Usage
Dim instance As DmfException 
Dim value As DmfExceptionType 

value = instance.DmfExceptionType
public virtual DmfExceptionType DmfExceptionType { get; }
public:
virtual property DmfExceptionType DmfExceptionType {
    DmfExceptionType get ();
}
abstract DmfExceptionType : DmfExceptionType 
override DmfExceptionType : DmfExceptionType
function get DmfExceptionType () : 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

Handling SMO Exceptions

See Also

Reference

DmfException Class

Microsoft.SqlServer.Management.Dmf Namespace