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

TypeDoesNotHaveConstructorForTheSignature() static private méthode

ArgumentException with message like "Type doesn't have constructor with a given signature"
static private TypeDoesNotHaveConstructorForTheSignature ( ) : Exception
Résultat Exception
        internal static Exception TypeDoesNotHaveConstructorForTheSignature()
        {
            return new ArgumentException(Strings.TypeDoesNotHaveConstructorForTheSignature);
        }
        /// <summary>
Error