ReportRenderingException Class
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReportRenderingException _
Inherits Exception
'Usage
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =
class
inherit Exception
end
public class ReportRenderingException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.