ReportRenderingException Class
Updated: February 25, 2016
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
System::Exception
Microsoft.ReportingServices.OnDemandReportRendering::ReportRenderingException
| Name | Description | |
|---|---|---|
![]() | ReportRenderingException(ErrorCode) | Creates a new instance of the ReportRenderingException class with the specified error code. |
![]() | ReportRenderingException(ErrorCode, Exception^) | Creates a new instance of the ReportRenderingException class with the specified error code and inner exception. |
![]() | ReportRenderingException(ErrorCode, Exception^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error code, inner exception, and flag indicating whether the exception is unexpected. |
![]() | ReportRenderingException(ErrorCode, array<Object^>^) | Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message. |
![]() | ReportRenderingException(ErrorCode, String^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error code, error message, and flag indicating whether the exception is unexpected. |
![]() | ReportRenderingException(ErrorCode, String^, Exception^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error code, error message, inner exception, and flag indicating whether the exception is unexpected. |
![]() | ReportRenderingException(Exception^) | Creates a new instance of the ReportRenderingException class with the specified inner exception. |
![]() | ReportRenderingException(Exception^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected. |
![]() | ReportRenderingException(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ReportRenderingException class with serialized data. |
![]() | ReportRenderingException(String^) | Creates a new instance of the ReportRenderingException class with the specified error message. |
![]() | ReportRenderingException(String^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected. |
![]() | ReportRenderingException(String^, Exception^) | Creates a new instance of the ReportRenderingException class with the specified error message and inner exception. |
![]() | ReportRenderingException(String^, Exception^, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error message, inner exception, and flag indicating whether the exception is unexpected. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | Gets the error code for the exception. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
![]() | Unexpected | Gets a Boolean value that indicates whether an unexpected exception occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



