Classe ClientRenderingException
Represents errors that occur when the ReportViewer control is rendering a processed report from report page layout (RPL) format into GDI+ format.
Hierarquia de herança
Object
Exception
Microsoft.Reporting.WinForms.ReportViewerException
Microsoft.Reporting.WinForms.ClientRenderingException
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class ClientRenderingException _
Inherits ReportViewerException
[SerializableAttribute]
public sealed class ClientRenderingException : ReportViewerException
[SerializableAttribute]
public ref class ClientRenderingException sealed : public ReportViewerException
[<Sealed>]
[<SerializableAttribute>]
type ClientRenderingException =
class
inherit ReportViewerException
end
public final class ClientRenderingException extends ReportViewerException
O tipo ClientRenderingException expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Herdado de Exception.) | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Herdado de Exception.) | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Herdado de Exception.) | |
InnerException | Gets the Exception instance that caused the current exception. (Herdado de Exception.) | |
Message | Gets a message that describes the current exception. (Herdado de Exception.) | |
Source | Gets or sets the name of the application or the object that causes the error. (Herdado de Exception.) | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Herdado de Exception.) | |
TargetSite | Gets the method that throws the current exception. (Herdado de Exception.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Herdado de Exception.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetObjectData | Segurança crítica. When overridden in a derived class, sets the SerializationInfo with information about the exception. (Herdado de Exception.) | |
GetType | Gets the runtime type of the current instance. (Herdado de Exception.) | |
ToString | Creates and returns a string representation of the current exception. (Herdado de Exception.) |
Superior
Comentários
For errors that occur in local processing mode when processing a report or when rendering into RPL format, see LocalProcessingException. For errors that occur in remote processing mode when processing a report or when rendering into RPL format, see ReportServerException.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.