Konstruktor ReportRenderingException (, Exception)
Tworzy nowe wystąpienie ReportRenderingException klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception _
)
'Użycie
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
)