Class UnityException
Inheritance
UnityException
Assembly: UnityEngine.dll
Syntax
[Serializable]
public class UnityException : SystemException, ISerializable, _Exception
Constructors
|
Improve this Doc
View Source
UnityException()
Declaration
|
Improve this Doc
View Source
UnityException(SerializationInfo, StreamingContext)
Declaration
protected UnityException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
UnityException(String)
Declaration
public UnityException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
UnityException(String, Exception)
Declaration
public UnityException(string message, Exception innerException)
Parameters
Implements
Extension Methods