다음을 통해 공유


RRException 클래스

정의

모든 Remote Rendering API 예외에 대한 기본 클래스입니다.

public ref class RRException : Exception
public class RRException : Exception
type RRException = class
    inherit Exception
Public Class RRException
Inherits Exception
상속
RRException

생성자

RRException()

RRException 클래스의 새 인스턴스를 만듭니다.

RRException(Result)

RRException 클래스의 새 인스턴스를 만듭니다.

RRException(Result, String)

RRException 클래스의 새 인스턴스를 만듭니다.

RRException(Result, String, String, String)

RRException 클래스의 새 인스턴스를 만듭니다.

RRException(Result, String, String, String, Exception)

RRException 클래스의 새 인스턴스를 만듭니다.

속성

ErrorCode

모든 Remote Rendering API 예외에 대한 기본 클래스입니다.

RequestCorrelationVector

모든 Remote Rendering API 예외에 대한 기본 클래스입니다.

ResponseCorrelationVector

모든 Remote Rendering API 예외에 대한 기본 클래스입니다.

적용 대상