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

UnexpectedCoalesceOperator() static private method

InvalidOperationException with message like "Unexpected coalesce operator."
static private UnexpectedCoalesceOperator ( ) : Exception
return Exception
        internal static Exception UnexpectedCoalesceOperator()
        {
            return new InvalidOperationException(Strings.UnexpectedCoalesceOperator);
        }
        /// <summary>
Error