LanguagePrimitives.ErrorStrings Module (F#)

Contains strings that are used for certain error messages. For internal use only.

Namespace/Module Path: Microsoft.FSharp.Core.LanguagePrimitives

Assembly: FSharp.Core (in FSharp.Core.dll)

module ErrorStrings

Values

Value

Description

AddressOpNotFirstClassString

Gets a string describing that first class uses of the address-of operators are not permitted.

InputArrayEmptyString

Gets a string describing that the input array was empty.

InputMustBeNonNegativeString

Gets a string describing that the input must be non-negative.

InputSequenceEmptyString

Gets a string describing that the input sequence was empty.

NoNegateMinValueString

Gets a string describing that negating the minimum value of a twos complement number is invalid.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Core.LanguagePrimitives Module (F#)