Compartir a través de


SmoException.SmoExceptionType Propiedad

Gets the type of SMO exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

SmoException Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo