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