System.Data.Common.ADP.Overflow C# (CSharp) Méthode

Overflow() static private méthode

static private Overflow ( string error ) : OverflowException
error string
Résultat 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