Show / Hide Table of Contents

Class BuildFailedException

Inheritance
Object
Exception
BuildFailedException
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.Build
Assembly: UnityEditor.dll
Syntax
public class BuildFailedException : Exception, ISerializable, _Exception

Constructors

| Improve this Doc View Source

BuildFailedException(Exception)

Declaration
public BuildFailedException(Exception innerException)
Parameters
Type Name Description
Exception innerException
| Improve this Doc View Source

BuildFailedException(String)

Declaration
public BuildFailedException(string message)
Parameters
Type Name Description
String message

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