Partager via


Classe ReportRenderingException

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'Utilisation
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

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

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

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.