MissingEndpointException Class
Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.ReportServerException
Microsoft.Reporting.WebForms.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.WebForms Namespace