Show / Hide Table of Contents

Class BuildPlayerWindow.BuildMethodException

Exception thrown when an abort or error condition is reached within a build method delegate.

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

Constructors

| Improve this Doc View Source

BuildMethodException()

Constructor for aborting a method without displaying an error.

Declaration
public BuildMethodException()
| Improve this Doc View Source

BuildMethodException(String)

Constructor for aborting on error that will print the log the given message as an error.

Declaration
public BuildMethodException(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