Class LoadErrorEventArgs
LoadError Event Arguments.
Inherited Members
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public class LoadErrorEventArgs : EventArgs
Constructors
LoadErrorEventArgs(LoadError, string)
Constructor for Load Error Event Arguments.
Declaration
public LoadErrorEventArgs(LoadError error, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| LoadError | error | Underlying SDK Load Error Enum. |
| string | message | Underlying SDK Load Error String. |
Properties
Error
Underlying SDK Load Error.
Declaration
public LoadError Error { get; }
Property Value
| Type | Description |
|---|---|
| LoadError |
Message
Underlying SDK Load Error Message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |