HierarchyIdException 类
针对无效的 SqlHierarchyId 值引发的异常。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
继承层次结构
System.Object
System.Exception
Microsoft.SqlServer.Types.HierarchyIdException
语法
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class HierarchyIdException : Exception
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class HierarchyIdException : Exception
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type HierarchyIdException =
class
inherit Exception
end
<SerializableAttribute>
<CLSCompliantAttribute(True)>
Public Class HierarchyIdException
Inherits Exception
构造函数
名称 | 说明 | |
---|---|---|
HierarchyIdException() | 新实例初始化 HierarchyIdException 类。 |
|
HierarchyIdException(SerializationInfo, StreamingContext) | 使用序列化数据初始化 HierarchyIdException 类的新实例。 |
|
HierarchyIdException(String) | 使用自定义错误消息初始化 HierarchyIdException 类的新实例。 |
|
HierarchyIdException(String, Exception) | 使用自定义错误消息和触发异常的对象初始化 HierarchyIdException 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
Data | (继承自 Exception。) |
|
HelpLink | (继承自 Exception。) |
|
HResult | (继承自 Exception。) |
|
InnerException | (继承自 Exception。) |
|
Message | (继承自 Exception。) |
|
Source | (继承自 Exception。) |
|
StackTrace | (继承自 Exception。) |
|
TargetSite | (继承自 Exception。) |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (继承自 Object。) |
|
Finalize() | (继承自 Object。) |
|
GetBaseException() | (继承自 Exception。) |
|
GetHashCode() | (继承自 Object。) |
|
GetObjectData(SerializationInfo, StreamingContext) | (继承自 Exception。) |
|
GetType() | (继承自 Exception。) |
|
MemberwiseClone() | (继承自 Object。) |
|
ToString() | (继承自 Exception。) |
备注
HierarchyIdException 值,或对象无效时引发异常 SqlHierarchyId 类型传递到需要的方法 SqlHierarchyId 类型。
线程安全
此类型的所有公共静态(Visual Basic 中的 已共享 在 Visual Basic 中)成员都是线程安全的。不保证所有实例成员都是线程安全的。
另请参阅
Microsoft.SqlServer.Types 命名空间
返回页首