ReportRenderingException Class

Definition

This ReportRenderingException class is used by rendering extensions to create runtime exceptions.

public ref class ReportRenderingException : Exception
[System.Serializable]
public class ReportRenderingException : Exception
[<System.Serializable>]
type ReportRenderingException = class
    inherit Exception
Public Class ReportRenderingException
Inherits Exception
Inheritance
ReportRenderingException
Attributes

Constructors

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, 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)

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.

Properties

ErrorCode

Gets the error code for the exception.

Unexpected

Gets a Boolean value that indicates whether an unexpected exception occurred.

Applies to