ReportRenderingException 클래스

정의

이 ReportRenderingException 클래스는 런타임 예외를 만들기 위해 렌더링 확장 프로그램에서 사용됩니다.

public ref class ReportRenderingException : Exception
[System.Serializable]
public class ReportRenderingException : Exception
[<System.Serializable>]
type ReportRenderingException = class
    inherit Exception
Public Class ReportRenderingException
Inherits Exception
상속
ReportRenderingException
특성

생성자

ReportRenderingException(ErrorCode)

지정한 오류 코드를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(ErrorCode, Exception)

지정한 오류 코드와 내부 예외를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(ErrorCode, Exception, Boolean)

지정한 오류 코드, 내부 예외 및 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(ErrorCode, Object[])

지정한 예외 코드와 오류 메시지의 서식을 지정하기 위한 인수를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(ErrorCode, String, Boolean)

지정한 오류 코드, 오류 메시지 및 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(ErrorCode, String, Exception, Boolean)

지정한 오류 코드, 오류 메시지, 내부 예외 및 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(Exception)

지정한 내부 예외를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(Exception, Boolean)

지정한 내부 예외와 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(String)

지정한 오류 메시지를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(String, Boolean)

지정한 오류 메시지와 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(String, Exception)

지정한 오류 메시지와 내부 예외를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

ReportRenderingException(String, Exception, Boolean)

지정한 오류 메시지, 내부 예외 및 예기치 않은 예외인지 여부를 나타내는 플래그를 사용하여 ReportRenderingException 클래스의 새 인스턴스를 만듭니다.

속성

ErrorCode

예외의 오류 코드를 가져옵니다.

Unexpected

예기치 않은 예외가 발생했는지 여부를 나타내는 Boolean 값을 가져옵니다.

적용 대상