Class BuildPlayerWindow.BuildMethodException
Exception thrown when an abort or error condition is reached within a build method delegate.
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class BuildMethodException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceBuildMethodException()
Constructor for aborting a method without displaying an error.
Declaration
public BuildMethodException()
BuildMethodException(String)
Constructor for aborting on error that will print the log the given message as an error.
Declaration
public BuildMethodException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |