System.Linq.Expressions.Error.CoalesceUsedOnNonNullType C# (CSharp) Méthode

CoalesceUsedOnNonNullType() static private méthode

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