DataServiceQueryException 類別
表示從資料服務載入屬性值時發生錯誤的例外狀況。
繼承階層
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
System.Data.Services.Client.DataServiceQueryException
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class DataServiceQueryException _
Inherits InvalidOperationException
'用途
Dim instance As DataServiceQueryException
[SerializableAttribute]
public sealed class DataServiceQueryException : InvalidOperationException
[SerializableAttribute]
public ref class DataServiceQueryException sealed : public InvalidOperationException
[<SealedAttribute>]
[<SerializableAttribute>]
type DataServiceQueryException =
class
inherit InvalidOperationException
end
public final class DataServiceQueryException extends InvalidOperationException
DataServiceQueryException 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
DataServiceQueryException() | 以系統提供的錯誤說明訊息,初始化 DataServiceQueryException 類別的新執行個體。 | |
DataServiceQueryException(String) | 使用指定的錯誤說明訊息,初始化 DataServiceQueryException 類別的新執行個體。 | |
DataServiceQueryException(String, Exception) | 使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 DataServiceQueryException 類別的新執行個體。 | |
DataServiceQueryException(String, Exception, QueryOperationResponse) | 初始化 DataServiceQueryException 類別的新執行個體。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
Data | (繼承自 Exception。) | |
HelpLink | (繼承自 Exception。) | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (繼承自 Exception。) | |
Response | 取得表示例外狀況結果的 QueryOperationResponse。 | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
TargetSite | (繼承自 Exception。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetBaseException | (繼承自 Exception。) | |
GetHashCode | (繼承自 Object。) | |
GetObjectData | 安全性關鍵。 (繼承自 Exception。) | |
GetType | (繼承自 Exception。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Exception。) |
上層
事件
名稱 | 說明 | |
---|---|---|
SerializeObjectState | (繼承自 Exception。) |
上層
備註
呼叫端應檢查 Response 以取得例外狀況結果。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。