Freigeben über


ReportRenderingException-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportRenderingException

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'Usage
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =  
    class
        inherit Exception
    end
public class ReportRenderingException extends Exception

Der ReportRenderingException-Typ macht folgende Elemente 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

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

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.