SoapVersionMismatchException-Klasse
Stellt die Ausnahme dar, die auftritt, wenn die Version des Berichtsservers nicht mit dem Berichtssteuerelement kompatibel ist.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.Reporting.WinForms.ReportViewerException
Microsoft.Reporting.WinForms.ReportServerException
Microsoft.Reporting.WinForms.SoapVersionMismatchException
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SoapVersionMismatchException _
Inherits ReportServerException
'Usage
Dim instance As SoapVersionMismatchException
[SerializableAttribute]
public sealed class SoapVersionMismatchException : ReportServerException
[SerializableAttribute]
public ref class SoapVersionMismatchException sealed : public ReportServerException
[<SealedAttribute>]
[<SerializableAttribute>]
type SoapVersionMismatchException =
class
inherit ReportServerException
end
public final class SoapVersionMismatchException extends ReportServerException
Der SoapVersionMismatchException-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
ErrorCode | Gibt den Fehlercode der Ausnahme zurück. (Geerbt von ReportServerException.) | |
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 | Infrastruktur (Geerbt von ReportServerException.) | |
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.