StoredQueryNotFoundException 类

 

表示在找不到存储的查询时引发的异常。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

继承层次结构

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.VisualStudio.Services.Common.VssException
        Microsoft.TeamFoundation.TeamFoundationServerException
          Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
            Microsoft.TeamFoundation.TestManagement.Client.TestObjectNotFoundException
              Microsoft.TeamFoundation.TestManagement.Client.StoredQueryNotFoundException

语法

[SerializableAttribute]
public class StoredQueryNotFoundException : TestObjectNotFoundException
[SerializableAttribute]
public ref class StoredQueryNotFoundException : TestObjectNotFoundException
[<SerializableAttribute>]
type StoredQueryNotFoundException = 
    class
        inherit TestObjectNotFoundException
    end
<SerializableAttribute>
Public Class StoredQueryNotFoundException
    Inherits TestObjectNotFoundException

构造函数

名称 说明
System_CAPS_protmethod StoredQueryNotFoundException(SerializationInfo, StreamingContext)

初始化序列化的 StoredQueryNotFoundException 类的新实例。

System_CAPS_pubmethod StoredQueryNotFoundException(String, Exception, String, String)

初始化 StoredQueryNotFoundException 类的新实例。

System_CAPS_pubmethod StoredQueryNotFoundException(String, String, String)

初始化 StoredQueryNotFoundException 类的新实例。

属性

名称 说明
System_CAPS_pubproperty Data

(从 TeamFoundationServerException 继承。)

System_CAPS_pubproperty ErrorCode

获取或设置错误代码。(从 TestManagementException 继承。)

System_CAPS_pubproperty EventId

(从 VssException 继承。)

System_CAPS_pubproperty Guid

获取存储过程的 GUID 标识符。

System_CAPS_pubproperty HelpLink

(从 Exception 继承。)

System_CAPS_pubproperty HResult

(从 Exception 继承。)

System_CAPS_pubproperty Id

获取找不到的对象的 ID。(从 TestObjectNotFoundException 继承。)

System_CAPS_pubproperty InnerException

(从 Exception 继承。)

System_CAPS_pubproperty IsRemoteException

(从 TeamFoundationServerException 继承。)

System_CAPS_pubproperty LogException

(从 VssException 继承。)

System_CAPS_pubproperty LogLevel

(从 VssException 继承。)

System_CAPS_pubproperty Message

(从 Exception 继承。)

System_CAPS_pubproperty Name

获取找不到的存储过程的名称。

System_CAPS_pubproperty ObjectType

返回未找到对象类型。(从 TestObjectNotFoundException 继承。)

System_CAPS_pubproperty ReportException

(从 VssException 继承。)

System_CAPS_pubproperty Source

(从 Exception 继承。)

System_CAPS_pubproperty StackTrace

(从 Exception 继承。)

System_CAPS_pubproperty TargetSite

(从 Exception 继承。)

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_protmethod Finalize()

(从 Object 继承。)

System_CAPS_pubmethod GetBaseException()

(从 Exception 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

使用数据填充提供的序列化信息对象。(替代 TestObjectNotFoundException.GetObjectData(SerializationInfo, StreamingContext)。)

System_CAPS_pubmethod GetType()

(从 Exception 继承。)

System_CAPS_protmethod Initialize(Int32, ObjectTypes)

(从 TestObjectNotFoundException 继承。)

System_CAPS_protmethod MemberwiseClone()

(从 Object 继承。)

System_CAPS_pubmethod ToString()

(从 Exception 继承。)

事件

名称 说明
System_CAPS_protevent SerializeObjectState

(从 Exception 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

TestObjectNotFoundException
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首