RegisteredServerException.RegisteredServerExceptionType Property
Gets the type of the exception.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property RegisteredServerExceptionType As RegisteredServerExceptionType
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerExceptionType
A RegisteredServerExceptionType object that specifies the type of the exception.