다음을 통해 공유


ReportRenderingException 생성자 (, String, Boolean)

Creates a new instance of the ReportRenderingException class.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Sub New ( _
    errCode As ErrorCode, _
    message As String, _
    unexpected As Boolean _
)
‘사용 방법
Dim errCode As ErrorCode
Dim message As String
Dim unexpected As Boolean

Dim instance As New ReportRenderingException(errCode, _
    message, unexpected)
public ReportRenderingException(
    ErrorCode errCode,
    string message,
    bool unexpected
)
public:
ReportRenderingException(
    ErrorCode errCode, 
    String^ message, 
    bool unexpected
)
new : 
        errCode:ErrorCode * 
        message:string * 
        unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode, 
    message : String, 
    unexpected : boolean
)

매개 변수

  • errCode
    유형: ErrorCode
    The error code.