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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Core.LanguagePrimitives Module (F#)