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

InvalidConnectRetryCountValue() static private méthode

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