System.Data.Common.ADP.InvalidConnectionOptionValueLength C# (CSharp) Method

InvalidConnectionOptionValueLength() static private method

static private InvalidConnectionOptionValueLength ( string key, int limit ) : Exception
key string
limit int
return System.Exception
        static internal Exception InvalidConnectionOptionValueLength(string key, int limit)
        {
            return Argument(Res.GetString(Res.ADP_InvalidConnectionOptionValueLength, key, limit));
        }
        static internal Exception InvalidConnectionOptionValue(string key, Exception inner)
ADP