Construtor ReportRenderingException (ErrorCode)
Creates a new instance of the ReportRenderingException class with the specified error code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub New ( _
errCode As ErrorCode _
)
'Uso
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
)
Parâmetros
- errCode
Tipo: ErrorCode
The error code for the exception.
Consulte também
Referência
ReportRenderingException Classe
Sobrecarregado ReportRenderingException
Namespace Microsoft.ReportingServices.OnDemandReportRendering