次の方法で共有


ReportServerException クラス

 

公開日: 2016年4月

レポート サーバーに接続しているときに発生したエラーを表します。また、サーバー レポートを処理しているとき、またはレポートをレポート ページ レイアウト (RPL: Report Page Layout) 形式で表示しているときにレポート サーバーで発生したエラーも表します。

名前空間:   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
        Microsoft.Reporting.WinForms.SoapVersionMismatchException

構文

[SerializableAttribute]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, 
    PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public class ReportServerException : ReportViewerException
[SerializableAttribute]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, 
    PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class ReportServerException : ReportViewerException
[<SerializableAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand,
    PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type ReportServerException = 
    class
        inherit ReportViewerException
    end
<SerializableAttribute>
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand,
    PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>
Public Class ReportServerException
    Inherits ReportViewerException

コンストラクター

名前 説明
System_CAPS_protmethod ReportServerException(SerializationInfo, StreamingContext)

この API は 製品 インフラストラクチャをサポートします。コードから直接使用するためのものではありません。 シリアル化されたデータを使用して、ReportServerException クラスの新しいインスタンスを初期化します。

System_CAPS_protmethod ReportServerException(String, String, Exception)

この API は 製品 インフラストラクチャをサポートします。コードから直接使用するためのものではありません。 エラー メッセージ、エラー コード、および内部例外を使用して、ReportServerException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_pubproperty Data

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

System_CAPS_pubproperty ErrorCode

例外からエラー コードを返します。

System_CAPS_pubproperty HelpLink

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

System_CAPS_protproperty HResult

(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_protmethod Finalize()

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

System_CAPS_pubmethod GetBaseException()

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

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod GetType()

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

System_CAPS_protmethod MemberwiseClone()

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

System_CAPS_pubmethod ToString()

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

スレッド セーフ

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

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る