次の方法で共有


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(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 から継承されています。)

先頭に戻る

スレッド セーフ

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