RRException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所有远程渲染 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, String, String, String, Exception) |
创建 RRException 类的新实例。 |
RRException(Result, String, String, String) |
创建 RRException 类的新实例。 |
RRException(Result, String) |
创建 RRException 类的新实例。 |
RRException(Result) |
创建 RRException 类的新实例。 |
属性
ErrorCode |
所有远程渲染 API 异常的基类。 |
RequestCorrelationVector |
所有远程渲染 API 异常的基类。 |
ResponseCorrelationVector |
所有远程渲染 API 异常的基类。 |