Класс RegisteredServerException
The RegisteredServerException enumeration contains values that determine the kind of exception that was generated by the Registered Servers service.
Иерархия наследования
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class RegisteredServerException _
Inherits SqlServerManagementException
'Применение
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : SqlServerManagementException
[SerializableAttribute]
public ref class RegisteredServerException : public SqlServerManagementException
[<SerializableAttribute>]
type RegisteredServerException =
class
inherit SqlServerManagementException
end
public class RegisteredServerException extends SqlServerManagementException
Тип RegisteredServerException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
RegisteredServerException() | Initializes an instance of the RegisteredServerException class. | |
RegisteredServerException(String) | Initializes an instance of the RegisteredServerException class with the specified message. | |
RegisteredServerException(SerializationInfo, StreamingContext) | Initializes an instance of the RegisteredServerException class with the specified serialized object data and contextual information. | |
RegisteredServerException(String, Exception) | Initializes an instance of the RegisteredServerException class with the specified message and inner exception. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | Gets a String value that has a link to additional information about the exception. (Переопределяет Exception.HelpLink.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
ProdVer | Gets a String value that specifies the version of the instance of the Database Engine that raised the exception. | |
RegisteredServerExceptionType | Gets the type of the exception. | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) | |
GetType | (Производный от Exception.) | |
Init | Initializes the properties of a RegisteredServerException object | |
MemberwiseClone | (Производный от Object.) | |
SetHelpContext | Sets the help context for the exception. | |
ToString | (Производный от Exception.) |
В начало
События
Имя | Описание | |
---|---|---|
SerializeObjectState | (Производный от Exception.) |
В начало
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.RegisteredServers