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

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

ArgumentException with message like "Type doesn't have constructor with a given signature"
static private TypeDoesNotHaveConstructorForTheSignature ( ) : Exception
Результат Exception
        internal static Exception TypeDoesNotHaveConstructorForTheSignature()
        {
            return new ArgumentException(Strings.TypeDoesNotHaveConstructorForTheSignature);
        }
        /// <summary>
Error