Partager via


Propriété SmoException.SmoExceptionType

Gets the type of SMO exception.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

SmoException Classe

Espace de noms Microsoft.SqlServer.Management.Smo