Compartir a través de


ReportRenderingException Miembros

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

El tipo ReportRenderingException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(ErrorCode, array<Object> [] () [] []) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Método publico ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método protegido ReportRenderingException(SerializationInfo, StreamingContext) Infraestructura.
Método publico ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método publico ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de Exception).
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública ErrorCode Gets the error code for the exception.
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).
Propiedad pública Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Principio