Freigeben über


SmoException.SmoExceptionType-Eigenschaft

Gets the type of SMO exception.

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

Syntax

'Declaration
Public Overridable ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
'Usage
Dim instance As SmoException 
Dim value As SmoExceptionType 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object value that specifies the type of SMO exception.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

SmoException Klasse

Microsoft.SqlServer.Management.Smo-Namespace