System.Linq.Error.ArgumentNotValid C# (CSharp) Méthode

ArgumentNotValid() static private méthode

static private ArgumentNotValid ( string message ) : Exception
message string
Résultat Exception
        internal static Exception ArgumentNotValid(string message) =>
            new ArgumentException(Strings.ArgumentNotValid(message));