Class BuildFailedException
Inheritance
BuildFailedException
Assembly: UnityEditor.dll
Syntax
public class BuildFailedException : Exception, ISerializable, _Exception
Constructors
|
Improve this Doc
View Source
BuildFailedException(Exception)
Declaration
public BuildFailedException(Exception innerException)
Parameters
Type |
Name |
Description |
Exception |
innerException |
|
|
Improve this Doc
View Source
BuildFailedException(String)
Declaration
public BuildFailedException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Implements
Extension Methods