Compartilhar via


Construtor ReportRenderingException (String)

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

ReportRenderingException Classe

Sobrecarregado ReportRenderingException

Namespace Microsoft.ReportingServices.OnDemandReportRendering