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

Overflow() static private method

static private Overflow ( string error ) : OverflowException
error string
return System.OverflowException
        static internal OverflowException Overflow(string error)
        {
            return Overflow(error, null);
        }
        static internal OverflowException Overflow(string error, Exception inner)

Same methods

ADP::Overflow ( string error, Exception inner ) : OverflowException
ADP