Элементы FailedOperationException

The FailedOperationException class represents the exception raised when an operation fails.

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

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

  Имя Описание
Открытый метод FailedOperationException() () () () Initializes a new instance of the FailedOperationException class.
Открытый метод FailedOperationException(String) Initializes a new instance of the FailedOperationException class that has the specified message.
Открытый метод FailedOperationException(String, Exception) Initializes a new instance of the FailedOperationException class that has the specified message and inner exception.
Открытый метод FailedOperationException(String, Object, Exception) Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.
Открытый метод FailedOperationException(String, Object, Exception, String) Initializes a new instance of the FailedOperationException class that has the specified object on which the specified operation failed, and that has the specified inner exception and reason for occurring.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetBaseException (Наследуется из Exception.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData Override based on the virtual SerializationInfo method GetObjectData. (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Открытый метод GetType (Наследуется из Exception.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод SetHelpContext Sets the Help context value for the referenced exception. (Наследуется из SmoException.)
Открытый метод ToString (Наследуется из Exception.)

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство FailedObject Gets or sets the object on which the operation failed.
Открытое свойство HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Наследуется из SmoException.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message Gets the message text that explains the exception. (Перезаписывает Exception. . :: . .Message.)
Открытое свойство Operation Gets or sets the operation that failed.
Открытое свойство SmoExceptionType Gets the exception type. (Перезаписывает SmoException. . :: . .SmoExceptionType.)
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)

В начало