DataServiceQueryException 建構函式 (String, Exception)
使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 DataServiceQueryException 類別的新執行個體。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception
Dim instance As New DataServiceQueryException(message, _
innerException)
public DataServiceQueryException(
string message,
Exception innerException
)
public:
DataServiceQueryException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DataServiceQueryException
public function DataServiceQueryException(
message : String,
innerException : Exception
)
參數
- message
型別:System.String
說明例外狀況的訊息。您需要這個建構函式的呼叫端,以確保這個字串已經當地語系化為目前系統的文化特性。
包含錯誤訊息的字串值。
- innerException
型別:System.Exception
做為目前例外狀況發生原因的例外狀況。如果 innerException 參數不是 nullnull 參考 (在 Visual Basic 中為 Nothing),則會在處理內部例外狀況的 catch 區塊中引發目前例外狀況。
內部例外狀況物件。
備註
被擲回以做為前一個例外狀況直接結果的例外狀況,應該在 InnerException 屬性中包含對前一個例外狀況的參考。 InnerException 屬性會傳回與傳入建構函式中相同的值;如果 InnerException 屬性沒有提供內部例外狀況值給建構函式,則會傳回 nullnull 參考 (在 Visual Basic 中為 Nothing)。
下表顯示 DataServiceQueryException 執行個體的初始屬性值。
屬性 |
值 |
---|---|
nullnull 參考 (在 Visual Basic 中為 Nothing)。 |
|
message 中指定的錯誤訊息字串。 |
請參閱
參考
System.Data.Services.Client 命名空間