ReportServerException Constructor (String, String, Exception)

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    message As String, _
    errorCode As String, _
    innerException As Exception _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ReportServerException Clase

Sobrecarga de ReportServerException

Espacio de nombres Microsoft.Reporting.WinForms