Class UIWidgetsError | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class UIWidgetsError

    Inheritance
    System.Object
    System.Exception
    UIWidgetsError
    Namespace: Unity.UIWidgets.foundation
    Syntax
    public class UIWidgetsError : Exception, ISerializable, _Exception

    Constructors

    UIWidgetsError(String)

    Declaration
    public UIWidgetsError(string message)
    Parameters
    Type Name Description
    System.String message

    Fields

    onError

    Declaration
    public static UIWidgetsExceptionHandler onError
    Field Value
    Type Description
    UIWidgetsExceptionHandler

    Methods

    defaultStackFilter(IEnumerable<String>)

    Declaration
    public static IEnumerable<string> defaultStackFilter(IEnumerable<string> frames)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.String> frames
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    dumpErrorToConsole(UIWidgetsErrorDetails)

    Declaration
    public static void dumpErrorToConsole(UIWidgetsErrorDetails details)
    Parameters
    Type Name Description
    UIWidgetsErrorDetails details

    dumpErrorToConsole(UIWidgetsErrorDetails, Boolean)

    Declaration
    public static void dumpErrorToConsole(UIWidgetsErrorDetails details, bool forceReport = false)
    Parameters
    Type Name Description
    UIWidgetsErrorDetails details
    System.Boolean forceReport

    reportError(UIWidgetsErrorDetails)

    Declaration
    public static void reportError(UIWidgetsErrorDetails details)
    Parameters
    Type Name Description
    UIWidgetsErrorDetails details
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023