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

CoalesceUsedOnNonNullType() static private method

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