raise

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BcError raise(bcstring message, int errorCode)
    @nogc nothrow
    raise
    (
    string File = __FILE_FULL_PATH__
    string Function = __PRETTY_FUNCTION__
    string Module = __MODULE__
    size_t Line = __LINE__
    )
  2. BcError raise(String message, int errorCode)

Meta