Compartir a través de


ReportRenderingException Constructor (String)

Creates a new instance of the ReportRenderingException class with the specified error message.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New ReportRenderingException(message)
public ReportRenderingException(
    string message
)
public:
ReportRenderingException(
    String^ message
)
new : 
        message:string -> ReportRenderingException
public function ReportRenderingException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    The error message for the exception.

Vea también

Referencia

ReportRenderingException Clase

Sobrecarga de ReportRenderingException

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering