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

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

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