BuildPlayerWindow.BuildMethodException
Exceptions used to indicate abort or failure in the callbacks registered via BuildPlayerWindow.RegisterBuildPlayerHandler and BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: Exception
- Implements: ISerializable, _Exception
public class BuildPlayerWindow.BuildMethodException : Exception, ISerializable, _Exception
Constructors
Constructor | Description |
|---|---|
| BuildMethodException() | Create a new BuildMethodException. |
| BuildMethodException(System.String) | Create a new BuildMethodException. |