System.Linq.Expressions.Error.UnexpectedCoalesceOperator C# (CSharp) 메소드

UnexpectedCoalesceOperator() 정적인 개인적인 메소드

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