SoapVersionMismatchException Class

Represents the exception that occurs when the report server version is not compatible with the report control.

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
/** @attribute SerializableAttribute() */ 
public final class SoapVersionMismatchException extends ReportServerException
SerializableAttribute 
public final class SoapVersionMismatchException extends ReportServerException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Reporting.WinForms.ReportViewerException
       Microsoft.Reporting.WinForms.ReportServerException
        Microsoft.Reporting.WinForms.SoapVersionMismatchException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SoapVersionMismatchException Members
Microsoft.Reporting.WinForms Namespace