ReportViewerException 생성자 (String, Exception)

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

이 생성자는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Protected Sub New ( _
    message As String, _
    innerException As Exception _
)
‘사용 방법
Dim message As String
Dim innerException As Exception

Dim instance As New ReportViewerException(message, _
    innerException)
protected ReportViewerException(
    string message,
    Exception innerException
)
protected:
ReportViewerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ReportViewerException
protected function ReportViewerException(
    message : String, 
    innerException : Exception
)

매개 변수

참고 항목

참조

ReportViewerException 클래스

ReportViewerException 오버로드

Microsoft.Reporting.WinForms 네임스페이스