Class BundleException
An exception thrown when something went wrong bulding an asset bundle
Inheritance
BundleException
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleException : Exception, _Exception, ISerializable
Constructors
|
Edit this page
View Source
BundleException()
Declaration
|
Edit this page
View Source
BundleException(SerializationInfo, StreamingContext)
Declaration
protected BundleException(SerializationInfo info, StreamingContext context)
Parameters
|
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
Implements
Extension Methods