Freigeben über


ObjectAlreadyExistsException.DmfExceptionType-Eigenschaft

Gets a DmfExceptionType object that describest the type of the exception.

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

Syntax

'Declaration
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'Usage
Dim instance As ObjectAlreadyExistsException 
Dim value As DmfExceptionType 

value = instance.DmfExceptionType
public override DmfExceptionType DmfExceptionType { get; }
public:
virtual property DmfExceptionType DmfExceptionType {
    DmfExceptionType get () override;
}
abstract DmfExceptionType : DmfExceptionType 
override DmfExceptionType : DmfExceptionType
override function get DmfExceptionType () : DmfExceptionType

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Dmf.DmfExceptionType
A DmfExceptionType object that describest the type of the exception.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

ObjectAlreadyExistsException Klasse

Microsoft.SqlServer.Management.Dmf-Namespace