docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ShowErrorEventArgs

    ShowError Event Arguments.

    Inheritance
    object
    EventArgs
    ShowErrorEventArgs
    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 ShowErrorEventArgs : EventArgs

    Constructors

    ShowErrorEventArgs(ShowError, string)

    Constructor for Show Error Events Arguments.

    Declaration
    public ShowErrorEventArgs(ShowError error, string message)
    Parameters
    Type Name Description
    ShowError error

    Error enum for this event argument.

    string message

    Error message for this event argument.

    Properties

    Error

    Enum for this show error event.

    Declaration
    public ShowError Error { get; }
    Property Value
    Type Description
    ShowError

    Message

    String message for this show error event.

    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)