Класс RegisteredServerException
The RegisteredServerException class represents the exception raised when an error occurs during server registration.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..RegisteredServerException
Пространство имен: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка: Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class RegisteredServerException _
Inherits ApplicationException
'Применение
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : ApplicationException
[SerializableAttribute]
public ref class RegisteredServerException : public ApplicationException
[<SerializableAttribute>]
type RegisteredServerException =
class
inherit ApplicationException
end
public class RegisteredServerException extends ApplicationException
Тип RegisteredServerException обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
RegisteredServerException() () () () | Initializes a new instance of the RegisteredServerException class. |
![]() |
RegisteredServerException(String) | Initializes a new instance of the RegisteredServerException class with the specified message. |
![]() |
RegisteredServerException(SerializationInfo, StreamingContext) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. |
![]() |
RegisteredServerException(String, Exception) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
HelpLink | (Производный от Exception.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | (Производный от Exception.) |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | (Производный от Exception.) |
![]() |
GetType | (Производный от Exception.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Exception.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)