Classe SoapVersionMismatchException
Représente l'exception qui se produit lorsque la version du serveur de rapports n'est pas compatible avec le contrôle de rapport.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.ReportServerException
Microsoft.Reporting.WebForms.SoapVersionMismatchException
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SoapVersionMismatchException _
Inherits ReportServerException
'Utilisation
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
Le type SoapVersionMismatchException expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
ErrorCode | Retourne le code d'erreur de l'exception. (hérité de ReportServerException.) | |
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.) |
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 | Infrastructure. (hérité de ReportServerException.) | |
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.