Construtor ReportRenderingException (String)
Creates a new instance of the ReportRenderingException class.
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.