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

InvalidCommandTimeout() static private méthode

static private InvalidCommandTimeout ( int value, [ property = "" ) : Exception
value int
property [
Résultat System.Exception
        static internal Exception InvalidCommandTimeout(int value, [CallerMemberName] string property = "")
        {
            return Argument(Res.GetString(Res.ADP_InvalidCommandTimeout, value.ToString(CultureInfo.InvariantCulture)), property);
        }
        static internal Exception UninitializedParameterSize(int index, Type dataType)
ADP