共用方式為


ReportViewerException 建構函式 (String, Exception)

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

此建構函式支援 .NET Framework 結構而且並非設計直接從程式碼使用。

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

語法

'宣告
Protected Sub New ( _
    message As String, _
    innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception

Dim instance As New ReportViewerException(message, _
    innerException)
protected ReportViewerException(
    string message,
    Exception innerException
)
protected:
ReportViewerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ReportViewerException
protected function ReportViewerException(
    message : String, 
    innerException : Exception
)

參數

請參閱

參考

ReportViewerException 類別

ReportViewerException 多載

Microsoft.Reporting.WebForms 命名空間