BuildFailedException
Constructs a BuildFailedException object.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
BuildFailedException(string)
Constructs a BuildFailedException object.
public BuildFailedException(string message)
Parameters
A string of text describing the error that caused the build to fail.
BuildFailedException(Exception)
Constructs a BuildFailedException object.
public BuildFailedException(Exception innerException)
Parameters
The exception that caused the build to fail.