Constructeur ReportRenderingException (String)
Creates a new instance of the ReportRenderingException class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
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
)
Paramètres
- message
Type : System. . :: . .String
The error message.