System.MissingMethodException.MissingMethodException C# (CSharp) Метод

MissingMethodException() публичный Метод

public MissingMethodException ( string message, Exception inner )
message string
inner Exception
        public MissingMethodException(string message, Exception inner) : base(message, inner) {
        }
    }

Same methods

MissingMethodException::MissingMethodException ( )
MissingMethodException::MissingMethodException ( string message )
MissingMethodException