StoredQueryNotFoundException 类
表示在找不到存储的查询时引发的异常。
继承层次结构
System.Object
System.Exception
System.ApplicationException
Microsoft.TeamFoundation.TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
Microsoft.TeamFoundation.TestManagement.Client.TestObjectNotFoundException
Microsoft.TeamFoundation.TestManagement.Client.StoredQueryNotFoundException
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
<SerializableAttribute> _
Public Class StoredQueryNotFoundException _
Inherits TestObjectNotFoundException
[SerializableAttribute]
public class StoredQueryNotFoundException : TestObjectNotFoundException
[SerializableAttribute]
public ref class StoredQueryNotFoundException : public TestObjectNotFoundException
[<SerializableAttribute>]
type StoredQueryNotFoundException =
class
inherit TestObjectNotFoundException
end
public class StoredQueryNotFoundException extends TestObjectNotFoundException
StoredQueryNotFoundException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
StoredQueryNotFoundException(SerializationInfo, StreamingContext) | 初始化序列化的 StoredQueryNotFoundException 类的新实例。 | |
StoredQueryNotFoundException(String, String, String) | 初始化 StoredQueryNotFoundException 类的新实例。 | |
StoredQueryNotFoundException(String, Exception, String, String) | 初始化 StoredQueryNotFoundException 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Data | (继承自 TeamFoundationServerException。) | |
ErrorCode | 获取或设置错误代码。 (继承自 TestManagementException。) | |
Guid | 获取存储过程的 GUID 标识符。 | |
HelpLink | 获取或设置指向此异常所关联帮助文件的链接。 (继承自 Exception。) | |
HResult | 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。) | |
Id | 获取找不到的对象的 ID。 (继承自 TestObjectNotFoundException。) | |
InnerException | 获取导致当前异常的 Exception 实例。 (继承自 Exception。) | |
IsRemoteException | (继承自 TeamFoundationServerException。) | |
Message | 获取描述当前异常的消息。 (继承自 Exception。) | |
Name | 获取找不到的存储过程的名称。 | |
ObjectType | 返回未找到对象的对象类型。 (继承自 TestObjectNotFoundException。) | |
Source | 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。) | |
StackTrace | 获取调用堆栈上直接帧的字符串表示形式。 (继承自 Exception。) | |
TargetSite | 获取引发当前异常的方法。 (继承自 Exception。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetObjectData | 使用数据填充提供的序列化信息对象。 (重写 TestObjectNotFoundException.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetProperty<T> | (继承自 TeamFoundationServerException。) | |
GetType | 获取当前实例的运行时类型。 (继承自 Exception。) | |
Initialize | (继承自 TestObjectNotFoundException。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 创建并返回当前异常的字符串表示形式。 (继承自 Exception。) |
页首
事件
名称 | 说明 | |
---|---|---|
SerializeObjectState | 在序列化异常,以创建包含有关异常的序列化数据的异常状态对象时发生。 (继承自 Exception。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。