RRException Class

Definition

Base class for all Remote Rendering API exceptions.

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

Constructors

RRException()

Creates a new instance of the RRException class.

RRException(Result)

Creates a new instance of the RRException class.

RRException(Result, String)

Creates a new instance of the RRException class.

RRException(Result, String, String, String)

Creates a new instance of the RRException class.

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

Creates a new instance of the RRException class.

Properties

ErrorCode
RequestCorrelationVector
ResponseCorrelationVector

Applies to