UnityEngine.MissingComponentException.MissingComponentException C# (CSharp) Method

MissingComponentException() public method

		public MissingComponentException(){}
		public MissingComponentException(string message){}

Same methods

MissingComponentException::MissingComponentException ( SerializationInfo info, StreamingContext context )
MissingComponentException::MissingComponentException ( string message )
MissingComponentException::MissingComponentException ( string message, Exception innerException )
MissingComponentException::MissingComponentException ( ) : System
MissingComponentException::MissingComponentException ( SerializationInfo info, StreamingContext context ) : System
MissingComponentException::MissingComponentException ( string message ) : System
MissingComponentException::MissingComponentException ( string message, Exception innerException ) : System
MissingComponentException