RRException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String, String, String, Exception) |
Creates a new instance of the RRException class. |
RRException(Result, String, String, String) |
Creates a new instance of the RRException class. |
RRException(Result, String) |
Creates a new instance of the RRException class. |
RRException(Result) |
Creates a new instance of the RRException class. |
Properties
ErrorCode | |
RequestCorrelationVector | |
ResponseCorrelationVector |