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. | |
ReportRenderingException(Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, array<Object[]) | Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments. | |
ReportRenderingException(Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(SerializationInfo, StreamingContext) | Infrastructure. | |
ReportRenderingException(String, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String, Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, String, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
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 | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (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.