Costruttore ReportRenderingException (String)
Creates a new instance of the ReportRenderingException class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System. . :: . .String
The error message.