docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphicsApiNotMatchingCliArgsException

    Exception thrown when the graphics API and command-line arguments don't match

    Inheritance
    object
    Exception
    GraphicsApiNotMatchingCliArgsException
    Implements
    _Exception
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.TestTools.Graphics.Builder
    Assembly: UnityEditor.TestTools.Graphics.dll
    Syntax
    public class GraphicsApiNotMatchingCliArgsException : Exception, _Exception, ISerializable

    Constructors

    GraphicsApiNotMatchingCliArgsException()

    Default constructor

    Declaration
    public GraphicsApiNotMatchingCliArgsException()

    GraphicsApiNotMatchingCliArgsException(string)

    Constructor with message

    Declaration
    public GraphicsApiNotMatchingCliArgsException(string message)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    GraphicsApiNotMatchingCliArgsException(string, Exception)

    Constructor with message and inner exception

    Declaration
    public GraphicsApiNotMatchingCliArgsException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The message that describes the error.

    Exception innerException

    The inner exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    Implements

    _Exception
    ISerializable
    In This Article
    Back to top
    Copyright © 2026 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)