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