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

InvalidConnectRetryIntervalValue() static private méthode

static private InvalidConnectRetryIntervalValue ( ) : Exception
Résultat System.Exception
        static internal Exception InvalidConnectRetryIntervalValue()
        {
            return Argument(Res.GetString(Res.SQLCR_InvalidConnectRetryIntervalValue));
        }
ADP