ReportRenderingException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReportRenderingException クラスの新しいインスタンスを作成します。
オーバーロード
ReportRenderingException(ErrorCode)
指定されたエラーコードを持つ ReportRenderingException クラスの新しいインスタンスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode)
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
適用対象
ReportRenderingException(Exception)
指定された内部例外を持つ ReportRenderingException クラスの新しいインスタンスを作成します。
public:
ReportRenderingException(Exception ^ innerException);
public ReportRenderingException(Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (innerException As Exception)
パラメーター
適用対象
ReportRenderingException(String)
指定されたエラーメッセージを持つ ReportRenderingException クラスの新しいインスタンスを作成します。
public:
ReportRenderingException(System::String ^ message);
public ReportRenderingException(string message);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String)
パラメーター
- message
- String
例外のエラー メッセージ。
適用対象
ReportRenderingException(ErrorCode, Exception)
指定されたエラーコードと内部例外を持つ ReportRenderingException クラスの新しいインスタンスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, Exception ^ innerException);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, innerException As Exception)
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
適用対象
ReportRenderingException(ErrorCode, Object[])
指定されたエラーコードとエラーメッセージのフォーマット引数を付けた新しい ReportRenderingException クラスのインスタンスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, ... cli::array <System::Object ^> ^ arguments);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, params object[] arguments);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * obj[] -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, ParamArray arguments As Object())
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
- arguments
- Object[]
エラーメッセージのフォーマットに関する議論。
適用対象
ReportRenderingException(Exception, Boolean)
指定された内部例外と例外が予期しないかどうかを示すフラグを持つ新しい ReportRenderingException クラスのインスタンスを作成します。
public:
ReportRenderingException(Exception ^ innerException, bool unexpected);
public ReportRenderingException(Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (innerException As Exception, unexpected As Boolean)
パラメーター
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。
適用対象
ReportRenderingException(SerializationInfo, StreamingContext)
シリアル化されたデータを使用して、 ReportRenderingException クラスの新しいインスタンスを作成します。
protected:
ReportRenderingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ReportRenderingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
例外に関するシリアライズ情報を含むオブジェクトです。
- context
- StreamingContext
ソースまたは変換先に関するコンテキスト情報。
適用対象
ReportRenderingException(String, Boolean)
ReportRenderingExceptionクラスの新しいインスタンスを作成し、指定されたエラーメッセージと例外が予期しないかどうかを示すフラグを付けます。
public:
ReportRenderingException(System::String ^ message, bool unexpected);
public ReportRenderingException(string message, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, unexpected As Boolean)
パラメーター
- message
- String
例外のエラー メッセージ。
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。
適用対象
ReportRenderingException(String, Exception)
指定されたエラーメッセージと内部例外を持つ新しい ReportRenderingException クラスのインスタンスを作成します。
public:
ReportRenderingException(System::String ^ message, Exception ^ innerException);
public ReportRenderingException(string message, Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外のエラー メッセージ。
適用対象
ReportRenderingException(ErrorCode, Exception, Boolean)
指定されたエラーコード、内部例外、例外が予期しないかどうかを示すフラグを付けた新しい Virtualclass のインスタンスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, Exception ^ innerException, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, innerException As Exception, unexpected As Boolean)
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。
適用対象
ReportRenderingException(ErrorCode, String, Boolean)
指定されたエラーコード、エラーメッセージ、例外が予期しないかどうかを示すフラグを付けた新しいインスタンス ReportRenderingException クラスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, System::String ^ message, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, string message, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, message As String, unexpected As Boolean)
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
- message
- String
例外のエラー メッセージ。
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。
適用対象
ReportRenderingException(String, Exception, Boolean)
指定されたエラーメッセージ、内部例外、例外が予期しないかどうかを示すフラグを付けた新しいインスタンス ReportRenderingException クラスを作成します。
public:
ReportRenderingException(System::String ^ message, Exception ^ innerException, bool unexpected);
public ReportRenderingException(string message, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, innerException As Exception, unexpected As Boolean)
パラメーター
- message
- String
例外のエラー コード。
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。
適用対象
ReportRenderingException(ErrorCode, String, Exception, Boolean)
指定されたエラーコード、エラーメッセージ、内部例外、そして例外が予期しないかどうかを示すフラグを付けた新しいインスタンス ReportRenderingException クラスを作成します。
public:
ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, System::String ^ message, Exception ^ innerException, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, string message, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * string * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, message As String, innerException As Exception, unexpected As Boolean)
パラメーター
- errCode
- ErrorCode
例外のエラー コード。
- message
- String
例外のエラー メッセージ。
- unexpected
- Boolean
true 例外が予期外であることを示すため;それ以外は false。