LocalProcessingException-Klasse
Stellt Fehler dar, die beim Anzeigen eines lokal verarbeiteten Berichts auftreten.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.LocalProcessingException
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class LocalProcessingException _
Inherits ReportViewerException
'Usage
Dim instance As LocalProcessingException
[SerializableAttribute]
public sealed class LocalProcessingException : ReportViewerException
[SerializableAttribute]
public ref class LocalProcessingException sealed : public ReportViewerException
[<SealedAttribute>]
[<SerializableAttribute>]
type LocalProcessingException =
class
inherit ReportViewerException
end
public final class LocalProcessingException extends ReportViewerException
Der LocalProcessingException-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.