Поделиться через


Элементы SmoException

The SmoException class represents the exception that is raised when an error occurs during an SMO operation.

Тип SmoException предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SmoException() () () () Initializes a new instance of the SmoException class.
Открытый метод SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Защищенный метод SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Открытый метод SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner exception.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetBaseException (Наследуется из Exception.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData (Наследуется из Exception.)
Открытый метод GetType (Наследуется из Exception.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод SetHelpContext Sets the Help context value for the referenced exception.
Открытый метод ToString (Наследуется из Exception.)

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Перезаписывает Exception. . :: . .HelpLink.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message (Наследуется из Exception.)
Защищенное свойствоСтатический элемент ProdVer Gets the product version of the instance of SQL Server that generated the SMO exception.
Открытое свойство SmoExceptionType Gets the type of SMO exception.
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)

В начало