System.Linq.Error.ArgumentNotValid C# (CSharp) Метод

ArgumentNotValid() статический приватный Метод

static private ArgumentNotValid ( string message ) : Exception
message string
Результат Exception
        internal static Exception ArgumentNotValid(string message) =>
            new ArgumentException(Strings.ArgumentNotValid(message));