次の方法で共有


ReportRenderingException クラス

この ReportRenderingException クラスは、ランタイム例外を作成するために表示拡張機能によって使用されます。

継承階層

System.Object
  System.Exception
    Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'使用
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =  
    class 
        inherit Exception 
    end
public class ReportRenderingException extends Exception

ReportRenderingException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ReportRenderingException(ErrorCode) 指定されたエラー コードを使用して ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(Exception) 指定された内部例外を使用して ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(String) 指定されたエラー メッセージを使用して ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(ErrorCode, Exception) 指定されたエラー コードと内部例外を使用して ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(ErrorCode, array<Object[]) 指定されたエラー コードと、エラー メッセージを書式設定するための引数を使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(Exception, Boolean) 指定された内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
プロテクト メソッド ReportRenderingException(SerializationInfo, StreamingContext) インフラストラクチャです。シリアル化されたデータを使用して ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(String, Boolean) 指定されたエラー メッセージと、例外が原因不明のものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(String, Exception) 指定したエラー メッセージと内部例外を使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(ErrorCode, Exception, Boolean) 指定されたエラー コードおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(ErrorCode, String, Boolean) 指定されたエラー コードおよびエラー メッセージと、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(String, Exception, Boolean) 指定されたエラー メッセージおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。
パブリック メソッド ReportRenderingException(ErrorCode, String, Exception, Boolean) 指定されたエラー コード、エラー メッセージおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ ErrorCode 例外のエラー コードを取得します。
パブリック プロパティ HelpLink (Exception から継承されています。)
パブリック プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)
パブリック プロパティ Unexpected 予期しない例外が発生したかどうかを示す Boolean 値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData セキュリティ クリティカル。 (Exception から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

イベント

  名前 説明
プロテクト イベント SerializeObjectState (Exception から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間