Propriedade do RDL SmoException.SmoExceptionType

Gets the type of SMO exception.

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

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

SmoException Classe

Namespace Microsoft.SqlServer.Management.Smo