ReportRenderingException 생성자 (Exception, Boolean)
Creates a new instance of the ReportRenderingException class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Sub New ( _
innerException As Exception, _
unexpected As Boolean _
)
‘사용 방법
Dim innerException As Exception
Dim unexpected As Boolean
Dim instance As New ReportRenderingException(innerException, _
unexpected)
public ReportRenderingException(
Exception innerException,
bool unexpected
)
public:
ReportRenderingException(
Exception^ innerException,
bool unexpected
)
new :
innerException:Exception *
unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
innerException : Exception,
unexpected : boolean
)
매개 변수
- innerException
형식: System. . :: . .Exception
An Exception object.
- unexpected
형식: System. . :: . .Boolean
Whether the exception is unexpected.