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

    Class UIWidgetsErrorDetails

    Inheritance
    System.Object
    UIWidgetsErrorDetails
    UIWidgetsErrorDetailsForRendering
    Namespace: Unity.UIWidgets.foundation
    Syntax
    public class UIWidgetsErrorDetails

    Constructors

    UIWidgetsErrorDetails(Exception, String, String, EnumerableFilter<String>, InformationCollector, Boolean)

    Declaration
    public UIWidgetsErrorDetails(Exception exception = null, string library = "UIWidgets framework", string context = null, EnumerableFilter<string> stackFilter = null, InformationCollector informationCollector = null, bool silent = false)
    Parameters
    Type Name Description
    System.Exception exception
    System.String library
    System.String context
    EnumerableFilter<System.String> stackFilter
    InformationCollector informationCollector
    System.Boolean silent

    Fields

    context

    Declaration
    public readonly string context
    Field Value
    Type Description
    System.String

    exception

    Declaration
    public readonly Exception exception
    Field Value
    Type Description
    System.Exception

    informationCollector

    Declaration
    public readonly InformationCollector informationCollector
    Field Value
    Type Description
    InformationCollector

    library

    Declaration
    public readonly string library
    Field Value
    Type Description
    System.String

    silent

    Declaration
    public readonly bool silent
    Field Value
    Type Description
    System.Boolean

    stackFilter

    Declaration
    public readonly EnumerableFilter<string> stackFilter
    Field Value
    Type Description
    EnumerableFilter<System.String>

    Methods

    exceptionAsString()

    Declaration
    public string exceptionAsString()
    Returns
    Type Description
    System.String

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    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