UnityEngine.MissingComponentException.MissingComponentException C# (CSharp) Method

MissingComponentException() public method

public MissingComponentException ( string message, Exception innerException )
message string
innerException System.Exception
		public MissingComponentException(string message, Exception innerException){}
		protected MissingComponentException(SerializationInfo info, StreamingContext context){}

Same methods

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