共用方式為


HandleExceptionArgs.Exception 屬性

定義

取得或設定將加以處理並由回應傳回的例外狀況。

public:
 property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Property Exception As Exception

屬性值

將加以處理並由回應傳回的例外狀況。

備註

如果例外狀況是 DataServiceException,無論值為何 UseVerboseErrors ,例外狀況的訊息一律會傳回給用戶端。 如果 UseVerboseErrors 為 true,內部例外狀況也會傳回給客戶端,否則只會 DataServiceException 傳回訊息。

適用於