Share via


ReportRenderingException クラス

定義

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

public ref class ReportRenderingException : Exception
[System.Serializable]
public class ReportRenderingException : Exception
[<System.Serializable>]
type ReportRenderingException = class
    inherit Exception
Public Class ReportRenderingException
Inherits Exception
継承
ReportRenderingException
属性

コンストラクター

ReportRenderingException(ErrorCode)

指定されたエラー コードを使用して ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(ErrorCode, Exception)

指定されたエラー コードと内部例外を使用して ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(ErrorCode, Exception, Boolean)

指定されたエラー コードおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(ErrorCode, Object[])

指定されたエラー コードと、エラー メッセージを書式設定するための引数を使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(ErrorCode, String, Boolean)

指定されたエラー コードおよびエラー メッセージと、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(ErrorCode, String, Exception, Boolean)

指定されたエラー コード、エラー メッセージおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(Exception)

指定された内部例外を使用して ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(Exception, Boolean)

指定された内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(String)

指定されたエラー メッセージを使用して ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(String, Boolean)

指定されたエラー メッセージと、例外が原因不明のものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(String, Exception)

指定したエラー メッセージと内部例外を使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

ReportRenderingException(String, Exception, Boolean)

指定されたエラー メッセージおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

プロパティ

ErrorCode

例外のエラー コードを取得します。

Unexpected

予期しない例外が発生したかどうかを示す Boolean 値を取得します。

適用対象