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 | |
---|---|---|
ReportRenderingException(ErrorCode) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, array<Object> [] () [] []) | Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments. | |
ReportRenderingException(Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(SerializationInfo, StreamingContext) | Infrastructure. | |
ReportRenderingException(String, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String, Exception) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, String, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. | |
ReportRenderingException(ErrorCode, String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
ErrorCode | Gets the error code for the exception. | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) | |
Unexpected | Gets a Boolean value that indicates whether an unexpected exception occurred. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
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.