GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports 名前空間 > ReportDataException クラス > ReportDataException コンストラクタ : ReportDataException コンストラクタ(String,Exception) |
例外が発生するときに表示する、原因を説明するためのエラーメッセージ。
エラーメッセージ、およびこの例外の原因である内部例外への参照を指定して、ReportDataExceptionクラスの新しいインスタンスを初期化します。
'宣言 Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
public ReportDataException( string message, Exception innerException )
例外が発生するときに表示する、原因を説明するためのエラーメッセージ。