Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.