System.Linq.Expressions.Error.TypeDoesNotHaveConstructorForTheSignature C# (CSharp) Method

TypeDoesNotHaveConstructorForTheSignature() static private method

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