Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildMethodException

Create a new BuildMethodException.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor

BuildMethodException()

Create a new BuildMethodException.
public BuildMethodException()

BuildMethodException(string)

Create a new BuildMethodException.
public BuildMethodException(string message)

Parameters

message

Display this message as an error in the editor log.