ReportRenderingException-Konstruktor (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
)
Parameter
- message
Typ: System.String
The error message for the exception.
Siehe auch
Verweis
ReportRenderingException Klasse
ReportRenderingException-Überladung
Microsoft.ReportingServices.OnDemandReportRendering-Namespace