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