ReportRenderingException Class
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
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
The ReportRenderingException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportRenderingException(ErrorCode) | Creates a new instance of the ReportRenderingException class with the specified error code. |
![]() |
ReportRenderingException(Exception) | Creates a new instance of the ReportRenderingException class with the specified inner exception. |
![]() |
ReportRenderingException(String) | Creates a new instance of the ReportRenderingException class with the specified error message. |
![]() |
ReportRenderingException(ErrorCode, Exception) | Creates a new instance of the ReportRenderingException class with the specified error code and inner exception. |
![]() |
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(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) | Infrastructure. Creates a new instance of the ReportRenderingException class with serialized data. |
![]() |
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(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, 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(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. |
![]() |
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Security Critical. (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace