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