docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LoadErrorEventArgs

    LoadError Event Arguments.

    Inheritance
    object
    EventArgs
    LoadErrorEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)