Partilhar via


Membros ReportRenderingException

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

O tipo ReportRenderingException expõe os seguintes membros.

Construtores

  Nome Descrição
Método público ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, array<Object> [] () [] []) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Método público ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método protegido ReportRenderingException(SerializationInfo, StreamingContext) Infraestrutura.
Método público ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Exception.)

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública ErrorCode Gets the error code for the exception.
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade protegida HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)
Propriedade pública Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Início