Элементы ReportRenderingException

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

Тип ReportRenderingException предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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) Инфраструктура.
Открытый метод 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetBaseException (Наследуется из Exception.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData (Наследуется из Exception.)
Открытый метод GetType (Наследуется из Exception.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Exception.)

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство ErrorCode Gets the error code for the exception.
Открытое свойство HelpLink (Наследуется из Exception.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message (Наследуется из Exception.)
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)
Открытое свойство Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

В начало