Condividi tramite


Costruttore ReportServerException (String, String, Exception)

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    message As String, _
    errorCode As String, _
    innerException As Exception _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ReportServerException Classe

Overload ReportServerException

Spazio dei nomi Microsoft.Reporting.WebForms