Show / Hide Table of Contents

Class AssemblyDefinitionException

Inheritance
Object
Exception
AssemblyDefinitionException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: UnityEditor.Compilation
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
Type Name Description
String message
String[] filePaths

Properties

| Improve this Doc View Source

filePaths

Declaration
public string[] filePaths { get; }
Property Value
Type Description
String[]

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX