Udostępnij za pośrednictwem


ExtraTopLevelOperators.eprintfn<'T> — Funkcja (F#)

Drukuj stderr w danym formacie i dodawanie nowego wiersza.

Ścieżka obszaru nazw/modułu: Microsoft.FSharp.Core.ExtraTopLevelOperators

Zgromadzenie: FSharp.Core (w FSharp.Core.dll)

// Signature:
eprintfn : TextWriterFormat<'T> -> 'T

// Usage:
eprintfn format

Parametry

Uwagi

Ta funkcja o nazwie PrintFormatLineToError w skompilowane zestawy.Jeżeli języka, niż F# lub przez odbicie, uzyskują dostęp do funkcji, należy użyć tej nazwy.

Przykład

Poniższy przykład kodu ilustruje użycie eprintfn.

let maxValue = 10
let function1 x =
   if (x > maxValue) then
       eprintfn "Error: the input %d exceeds the maximum value, %d." x maxValue
   else
       printfn "Success!"
function1 1
function1 11

Dane wyjściowe

  
  

Platformy

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

Informacje o wersji

F# Core wersji biblioteki

Obsługiwane: 2.0, 4.0

Zobacz też

Informacje

Core.ExtraTopLevelOperators — Moduł (F#)

Microsoft.FSharp.Core — Przestrzeń nazw (F#)