SetDataBindingFailedException 类
表示发生以下情况时引发的异常:尝试设置 NamedRange 控件、Chart 控件、XmlMappedRange 控件或 ListObject 控件上的数据绑定而失败时。
继承层次结构
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.Office.Tools.Excel.SetDataBindingFailedException
命名空间: Microsoft.Office.Tools.Excel
程序集: Microsoft.Office.Tools.v4.0.Framework(在 Microsoft.Office.Tools.v4.0.Framework.dll 中)
语法
声明
<SerializableAttribute> _
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> _
<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public NotInheritable Class SetDataBindingFailedException _
Inherits RuntimeException
[SerializableAttribute]
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public sealed class SetDataBindingFailedException : RuntimeException
SetDataBindingFailedException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SetDataBindingFailedException() | 初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(Exception) | ||
SetDataBindingFailedException(String) | 使用指定的错误消息初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(FailureReason) | 用指定的数据绑定失败原因初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(String, Exception) | 使用指定错误消息和对作为此异常原因的内部异常的引用来初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(FailureReason, Exception) | 用指定的数据绑定失败原因和对导致此异常的内部异常的引用来初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(FailureReason, String) | 用指定的数据绑定失败原因和错误消息来初始化 SetDataBindingFailedException 类的新实例。 | |
SetDataBindingFailedException(FailureReason, Exception, String) | 用指定的数据绑定失败原因、错误消息和对导致此异常的内部异常的引用来初始化 SetDataBindingFailedException 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Data | 获取一个提供用户定义的其他异常信息的键/值对的集合。 (继承自 Exception。) | |
HelpLink | 获取或设置指向此异常所关联帮助文件的链接。 (继承自 Exception。) | |
HResult | 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。) | |
InnerException | 获取导致当前异常的 Exception 实例。 (继承自 Exception。) | |
Message | 获取描述当前异常的消息。 (继承自 Exception。) | |
Reason | 提供数据绑定失败的原因。 | |
Source | 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。) | |
StackTrace | 获取调用堆栈上直接帧的字符串表示形式。 (继承自 Exception。) | |
TargetSite | 获取引发当前异常的方法。 (继承自 Exception。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。) | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetObjectData | 当在派生类中重写时,用关于异常的信息设置 SerializationInfo。 (重写 Exception.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | 获取当前实例的运行时类型。 (继承自 Exception。) | |
ToString | 创建并返回当前异常的字符串表示形式。 (继承自 Exception。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。