Condividi tramite


InternalSmoErrorException.SmoExceptionType Property

Gets the type of SQL Server Management Objects (SMO) exception.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType
public override SmoExceptionType SmoExceptionType { get; }
public:
virtual property SmoExceptionType SmoExceptionType {
    SmoExceptionType get () override;
}
/** @property */
public SmoExceptionType get_SmoExceptionType ()
public override function get SmoExceptionType () : SmoExceptionType

Valore proprietà

An SmoExceptionType object that specifies the type of SMO exception.

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Esempio

How to: Catch an Exception in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

InternalSmoErrorException Class
InternalSmoErrorException Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Handling SMO Exceptions