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

UnhandledConvert() static private method

ArgumentException with message like "Unhandled convert: {0}"
static private UnhandledConvert ( object p0 ) : Exception
p0 object
return Exception
        internal static Exception UnhandledConvert(object p0)
        {
            return new ArgumentException(Strings.UnhandledConvert(p0));
        }
        /// <summary>
Error