ReportViewerException Constructor (String, Exception)

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

Este constructor es compatible con la infraestructura de .NET Framework y no está diseñado para utilizarse directamente desde el código.

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

Sintaxis

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

Parámetros

Vea también

Referencia

ReportViewerException Clase

Sobrecarga de ReportViewerException

Espacio de nombres Microsoft.Reporting.WebForms