共用方式為


ReportServerException 建構函式 (String, String, Exception)

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

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

語法

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

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

參數

請參閱

參考

ReportServerException 類別

ReportServerException 多載

Microsoft.Reporting.WebForms 命名空間