System.Collections.Generic.KeyNotFoundException.KeyNotFoundException C# (CSharp) Method

KeyNotFoundException() public method

public KeyNotFoundException ( ) : System
return System
        public KeyNotFoundException() : base(Environment.GetResourceString("Arg_KeyNotFound"))
        {
            base.SetErrorCode(-2146232969);
        }

Same methods

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