System.Linq.Expressions.Error.CoalesceUsedOnNonNullType C# (CSharp) Метод

CoalesceUsedOnNonNullType() статический приватный Метод

InvalidOperationException with message like "Coalesce used with type that cannot be null"
static private CoalesceUsedOnNonNullType ( ) : Exception
Результат System.Exception
        internal static Exception CoalesceUsedOnNonNullType()
        {
            return new InvalidOperationException(Strings.CoalesceUsedOnNonNullType);
        }
        /// <summary>
Error