次の方法で共有


MissingEndpointException クラス

 

公開日: 2016年4月

ReportViewer コントロールで使用する SOAP エンドポイントにアクセスできない場合に発生するエラーを表します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

継承階層

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

構文

[SerializableAttribute]
public sealed class MissingEndpointException : ReportServerException
[SerializableAttribute]
public ref class MissingEndpointException sealed : ReportServerException
[<Sealed>]
[<SerializableAttribute>]
type MissingEndpointException = 
    class
        inherit ReportServerException
    end
<SerializableAttribute>
Public NotInheritable Class MissingEndpointException
    Inherits ReportServerException

プロパティ

名前 説明
System_CAPS_pubproperty Data

(Exception から継承されます。)

System_CAPS_pubproperty ErrorCode

例外からエラー コードを返します。(ReportServerException から継承されます。)

System_CAPS_pubproperty HelpLink

(Exception から継承されます。)

System_CAPS_pubproperty InnerException

(Exception から継承されます。)

System_CAPS_pubproperty Message

(Exception から継承されます。)

System_CAPS_pubproperty Source

(Exception から継承されます。)

System_CAPS_pubproperty StackTrace

(Exception から継承されます。)

System_CAPS_pubproperty TargetSite

(Exception から継承されます。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_pubmethod GetBaseException()

(Exception から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

この API は 製品 インフラストラクチャをサポートします。コードから直接使用するためのものではありません。 SerializationInfo 構造体に、例外に関する情報を設定します。(ReportServerException から継承されます。)

System_CAPS_pubmethod GetType()

(Exception から継承されます。)

System_CAPS_pubmethod ToString()

(Exception から継承されます。)

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る