Propriété RegisteredServerException.RegisteredServerExceptionType

Gets the type of the exception.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property RegisteredServerExceptionType As RegisteredServerExceptionType 
    Get
'Utilisation
Dim instance As RegisteredServerException 
Dim value As RegisteredServerExceptionType 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerExceptionType
A RegisteredServerExceptionType object that specifies the type of the exception.

Voir aussi

Référence

RegisteredServerException Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers