Class 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 |