Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildFailedException

Constructs a BuildFailedException object.
Read time 1 minuteLast updated 10 days ago

Definition

BuildFailedException(string)

Constructs a BuildFailedException object.
public BuildFailedException(string message)

Parameters

message

A string of text describing the error that caused the build to fail.

BuildFailedException(Exception)

Constructs a BuildFailedException object.
public BuildFailedException(Exception innerException)

Parameters

innerException

The exception that caused the build to fail.