ReportRenderingException Constructor (String)

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

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
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
)

Parameters

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

See Also

Reference

ReportRenderingException Class

ReportRenderingException Overload

Microsoft.ReportingServices.OnDemandReportRendering Namespace