Partager via


Membres ReportRenderingException

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

Le type ReportRenderingException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(ErrorCode, array<Object> [] () [] []) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Méthode publique ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Méthode protégée ReportRenderingException(SerializationInfo, StreamingContext) Infrastructure.
Méthode publique ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Méthode publique ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData (Hérité de Exception.)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique ErrorCode Gets the error code for the exception.
Propriété publique HelpLink (Hérité de Exception.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message (Hérité de Exception.)
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)
Propriété publique Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Haut de la page