Класс FailedOperationException
The FailedOperationException class represents the exception raised when an operation fails. Failed database operations include CREATE, DROP, ALTER, SCRIPT, REFRESH, RENAME. This exception can also be raised when some of the public methods in SMO fail.
Иерархия наследования
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.FailedOperationException
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class FailedOperationException _
Inherits SmoException
'Применение
Dim instance As FailedOperationException
[SerializableAttribute]
public sealed class FailedOperationException : SmoException
[SerializableAttribute]
public ref class FailedOperationException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type FailedOperationException =
class
inherit SmoException
end
public final class FailedOperationException extends SmoException
Тип 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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Override based on the virtual SerializationInfo method GetObjectData. (Переопределяет Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Производный от Exception.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Производный от SmoException.) | |
ToString | (Производный от Exception.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.
Примеры
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.