# PrecompiledAssemblyException(string, params string[])

> Constructor.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Compilation](/engine/6000.5/script-reference/unityeditor/compilation.md)
* **Assembly:** UnityEditor.CoreModule

## PrecompiledAssemblyException(string, string\[])

> **Warning:**
>
> **Deprecated.** PrecompiledAssemblyException is no longer being thrown by Unity and will be removed.

```csharp
public PrecompiledAssemblyException(string message, params string[] filePaths)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Exception message.**** (\[string\[]]\(https\://learn.microsoft.com/dotnet/api/system.string)): File paths for Precompiled Assemblies.
