Class UnityServicesErrorEventArgs
Inheritance
UnityServicesErrorEventArgs
Syntax
public class UnityServicesErrorEventArgs : EventArgs
Constructors
UnityServicesErrorEventArgs(Int64, String)
Declaration
public UnityServicesErrorEventArgs(long error, string message)
Parameters
UnityServicesErrorEventArgs(String)
Declaration
public UnityServicesErrorEventArgs(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Properties
error
Declaration
public long error { get; }
Property Value
message
Declaration
public string message { get; }
Property Value