FailedOperationException 类

定义

当操作失败时,将引发此异常

[System.Serializable]
public sealed class FailedOperationException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type FailedOperationException = class
    inherit DmfException
Public NotInheritable Class FailedOperationException
Inherits DmfException
继承
属性

构造函数

名称 说明
FailedOperationException()

ctor

FailedOperationException(String, Exception)

ctor

FailedOperationException(String, String, String, Exception)

ctor

FailedOperationException(String)

ctor

属性

名称 说明
DmfExceptionType

异常类型

FailedObjectName

失败的对象的名称。

FailedObjectType

失败的对象的类型。

HelpLink

将输出指向帮助网站的链接

(继承自 DmfException)
Message

消息

Operation

失败的操作。

方法

名称 说明
GetObjectData(SerializationInfo, StreamingContext)

序列化帮助程序

Init()

初始化实例属性

(继承自 DmfException)
SetHelpContext(String)

设置帮助上下文

(继承自 DmfException)

适用于