PrecompiledAssemblyException
An exception throw for Precompiled Assembly errors.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
- Inherits from: Exception
- Implements: ISerializable
public class PrecompiledAssemblyException : Exception, ISerializable
Constructors
Constructor | Description |
|---|---|
| PrecompiledAssemblyException(System.String,System.String[]) | Constructor. |
Properties
Property | Description |
|---|---|
| filePaths | File paths for Precompiled Assemblies that caused the exception. |