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