ReportRenderingException コンストラクター (, Exception)
ReportRenderingException クラスの新しいインスタンスを作成します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception _
)
'使用
Dim errCode As ErrorCode
Dim innerException As Exception
Dim instance As New ReportRenderingException(errCode, _
innerException)
public ReportRenderingException(
ErrorCode errCode,
Exception innerException
)
public:
ReportRenderingException(
ErrorCode errCode,
Exception^ innerException
)
new :
errCode:ErrorCode *
innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
innerException : Exception
)
パラメーター
- errCode
型: ErrorCode
エラー コードです。
- innerException
型: System. . :: . .Exception
Exception オブジェクトです。