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