Show / Hide Table of Contents

Class BundleException

An exception thrown when something went wrong bulding an asset bundle

Inheritance
object
Exception
BundleException
Implements
_Exception
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleException : Exception, _Exception, ISerializable

Constructors

| Edit this page View Source

BundleException()

Declaration
public BundleException()
| Edit this page View Source

BundleException(SerializationInfo, StreamingContext)

Declaration
protected BundleException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Edit this page View Source

BundleException(string)

Declaration
public BundleException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

BundleException(string, Exception)

Declaration
public BundleException(string message, Exception inner)
Parameters
Type Name Description
string message
Exception inner

Implements

_Exception
ISerializable

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾