Freigeben über


ReportRenderingException-Member

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

Der ReportRenderingException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(ErrorCode, array<Object> [] () [] []) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Öffentliche Methode ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Geschützte Methode ReportRenderingException(SerializationInfo, StreamingContext) Infrastruktur.
Öffentliche Methode ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft ErrorCode Gets the error code for the exception.
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)
Öffentliche Eigenschaft Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Zum Anfang