getErrorMessage

  1. string getErrorMessage(int errno, int langId)
    version(Windows)
    @trusted
    string
    getErrorMessage
    (
    bool useStdC = false
    )
    (
    int errno
    ,
    int langId = LANG_ENGLISH
    )
  2. string getErrorMessage(int errno)

Meta