Class GraphicsApiNotMatchingCliArgsException
Exception thrown when the graphics API and command-line arguments don't match
Inherited Members
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. |