次の方法で共有


MissingReportSourceException クラス

 

発行: 2016年4月

レポート ソースが指定されていない場合に発生する例外を表します。

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

継承階層

System.Object
  System.Exception
    Microsoft.Reporting.WinForms.ReportViewerException
      Microsoft.Reporting.WinForms.MissingReportSourceException

構文

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

コンストラクター

名前 説明
System_CAPS_pubmethod MissingReportSourceException()

この API は、製品 インフラストラクチャをサポートしており、コードから直接使用されることを想定していません。 MissingReportSourceException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_pubproperty Data

(Exception から継承されました。)

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)

(Exception から継承されました。)

System_CAPS_pubmethod GetType()

(Exception から継承されました。)

System_CAPS_pubmethod ToString()

(Exception から継承されました。)

スレッド セーフ

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

参照

Microsoft.Reporting.WinForms 名前空間

トップに戻る