次の方法で共有


LocalProcessingException クラス

 

発行: 2016年4月

ローカルで処理したレポートの表示中に発生したエラーを表します。

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

継承階層

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

構文

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

プロパティ

名前 説明
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 名前空間

トップに戻る