# AssemblyDefinitionException(string, params string[])

> Constructor.

## Definition

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

## AssemblyDefinitionException(string, string\[])

```csharp
public AssemblyDefinitionException(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 assembly definition files.
