共用方式為


ClientRenderingException 類別

表示在 ReportViewer 控制項將處理的報表從報表頁面配置 (RPL) 格式轉譯為 GDI+ 格式時所發生的錯誤。

繼承階層架構

Object
  Exception
    Microsoft.Reporting.WinForms.ReportViewerException
      Microsoft.Reporting.WinForms.ClientRenderingException

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
<SerializableAttribute> _
Public NotInheritable Class ClientRenderingException _
    Inherits ReportViewerException
[SerializableAttribute]
public sealed class ClientRenderingException : ReportViewerException
[SerializableAttribute]
public ref class ClientRenderingException sealed : public ReportViewerException
[<Sealed>]
[<SerializableAttribute>]
type ClientRenderingException =  
    class
        inherit ReportViewerException
    end
public final class ClientRenderingException extends ReportViewerException

ClientRenderingException 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Data 取得提供例外狀況之其他使用者定義相關資訊的索引鍵/值組集合。 (繼承自 Exception)。
公用屬性 HelpLink 取得或設定與這個例外狀況相關聯的說明檔連結。 (繼承自 Exception)。
公用屬性 HResult 取得或設定 HRESULT,它是指派給特定例外狀況的編碼數值。 (繼承自 Exception)。
公用屬性 InnerException 取得造成目前例外狀況的 Exception 執行個體。 (繼承自 Exception)。
公用屬性 Message 取得描述目前例外狀況的訊息。 (繼承自 Exception)。
公用屬性 Source 取得或設定造成錯誤的應用程式或物件的名稱。 (繼承自 Exception)。
公用屬性 StackTrace 取得呼叫堆疊上即時運算框架的字串表示。 (繼承自 Exception)。
公用屬性 TargetSite 取得擲回目前例外狀況的方法。 (繼承自 Exception)。

回頁首

方法

  名稱 描述
公用方法 Equals 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。
公用方法 GetBaseException 在衍生類別中覆寫時,傳回一或多個後續的例外狀況的根本原因 Exception。 (繼承自 Exception)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetObjectData 安全性關鍵。 在衍生類別中覆寫時,使用例外狀況的資訊設定 SerializationInfo。 (繼承自 Exception)。
公用方法 GetType 取得目前執行個體的執行階段類型。 (繼承自 Exception)。
公用方法 ToString 建立並傳回目前例外狀況的字串表示。 (繼承自 Exception)。

回頁首

備註

如需處理報表時或轉譯為 RPL 格式時本機處理模式中所發生的錯誤,請參閱 LocalProcessingException。如需處理報表時或轉譯為 RPL 格式時遠端處理模式中所發生的錯誤,請參閱 ReportServerException

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.Reporting.WinForms 命名空間