ReportRenderingException-Konstruktor (ErrorCode)
Creates a new instance of the ReportRenderingException class with the specified error code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub New ( _
errCode As ErrorCode _
)
'Usage
Dim errCode As ErrorCode
Dim instance As New ReportRenderingException(errCode)
public ReportRenderingException(
ErrorCode errCode
)
public:
ReportRenderingException(
ErrorCode errCode
)
new :
errCode:ErrorCode -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode
)
Parameter
- errCode
Typ: ErrorCode
The error code for the exception.
Siehe auch
Verweis
ReportRenderingException Klasse
ReportRenderingException-Überladung
Microsoft.ReportingServices.OnDemandReportRendering-Namespace