ReportRenderingException Constructor (ErrorCode)
Initializes a new instance of the ReportRenderingException class. This constructor creates a report rendering exception with the error code.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
errCode As ErrorCode _
)
public ReportRenderingException (
ErrorCode errCode
)
public:
ReportRenderingException (
ErrorCode errCode
)
public ReportRenderingException (
ErrorCode errCode
)
public function ReportRenderingException (
errCode : ErrorCode
)
Parameters
- errCode
The error code.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ReportRenderingException Class
ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace