docs.unity.cn
    Show / Hide Table of Contents

    Class RpcFailureMessage

    Inheritance
    Object
    RpcFailureMessage
    Namespace: Unity.Reflect.Actor
    Syntax
    public class RpcFailureMessage

    Constructors

    RpcFailureMessage(Int32, Exception)

    Declaration
    public RpcFailureMessage(int id, Exception ex)
    Parameters
    Type Name Description
    Int32 id
    Exception ex

    Properties

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021