ReportRenderingException Constructor (, Exception)
Creates a new instance of the ReportRenderingException class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception _
)
'Usage
Dim errCode As ErrorCode
Dim innerException As Exception
Dim instance As New ReportRenderingException(errCode, _
innerException)
public ReportRenderingException(
ErrorCode errCode,
Exception innerException
)
public:
ReportRenderingException(
ErrorCode errCode,
Exception^ innerException
)
new :
errCode:ErrorCode *
innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
innerException : Exception
)
Parameters
- errCode
Type: ErrorCode
The error code.
- innerException
Type: System.Exception
An Exception object.