ReportRenderingException 建構 (Exception)
Creates a new instance of the ReportRenderingException class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub New ( _
innerException As Exception _
)
'用途
Dim innerException As Exception
Dim instance As New ReportRenderingException(innerException)
public ReportRenderingException(
Exception innerException
)
public:
ReportRenderingException(
Exception^ innerException
)
new :
innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
innerException : Exception
)
參數
- innerException
型別:System. . :: . .Exception
An Exception object.