docs.unity.cn
    Show / Hide Table of Contents

    Class RpcFailureMessage

    Inheritance
    Object
    RpcFailureMessage
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public sealed class RpcFailureMessage

    Constructors

    RpcFailureMessage(Int32, Exception)

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

    Fields

    Exception

    Declaration
    public Exception Exception
    Field Value
    Type Description
    Exception

    Id

    Declaration
    public int Id
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use