MissingEndpointException Class

Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class MissingEndpointException
    Inherits ReportServerException
'Usage
Dim instance As MissingEndpointException
[SerializableAttribute] 
public sealed class MissingEndpointException : ReportServerException
[SerializableAttribute] 
public ref class MissingEndpointException sealed : public ReportServerException
/** @attribute SerializableAttribute() */ 
public final class MissingEndpointException extends ReportServerException
SerializableAttribute 
public final class MissingEndpointException extends ReportServerException

Inheritance Hierarchy

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

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

MissingEndpointException Members
Microsoft.Reporting.WinForms Namespace