Class AssemblyDefinitionException
Inheritance
AssemblyDefinitionException
Assembly: UnityEditor.dll
Syntax
public class AssemblyDefinitionException : Exception, ISerializable, _Exception
Constructors
|
Improve this Doc
View Source
AssemblyDefinitionException(String, String[])
Declaration
public AssemblyDefinitionException(string message, params string[] filePaths)
Parameters
Properties
|
Improve this Doc
View Source
filePaths
Declaration
public string[] filePaths { get; }
Property Value
Implements
Extension Methods