Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public class BuildPlayerWindow.BuildMethodException : Exception, ISerializable, _Exception

Constructors

Constructor

Description

BuildMethodException()Create a new BuildMethodException.
BuildMethodException(System.String)Create a new BuildMethodException.

Inheritance