UnityEngine.MissingComponentException.MissingComponentException C# (CSharp) Method

MissingComponentException() public method

public MissingComponentException ( string message ) : System
message string
return System
        public MissingComponentException(string message) : base(message)
        {
            base.HResult = -2147467261;
        }

Same methods

MissingComponentException::MissingComponentException ( )
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, Exception innerException ) : System
MissingComponentException