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 with the specified error code.
Öffentliche Methode ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class with the specified inner exception.
Öffentliche Methode ReportRenderingException(String) Creates a new instance of the ReportRenderingException class with the specified error message.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class with the specified error code and inner exception.
Öffentliche Methode ReportRenderingException(ErrorCode, array<Object[]) Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
Öffentliche Methode ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected.
Geschützte Methode ReportRenderingException(SerializationInfo, StreamingContext) Infrastruktur Creates a new instance of the ReportRenderingException class with serialized data.
Öffentliche Methode ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class with the specified error message and inner exception.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, inner exception, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message, inner exception, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, inner exception, and flag indicating whether the exception is unexpected.

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.)
Öffentliche 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 Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis SerializeObjectState (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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace