lu
Dlang.org
FileExistsException.this
lu
common
FileExistsException
Create a new
FileExistsException
, without attaching a filename.
this
(string message, string file, size_t line, Throwable nextInChain)
class
FileExistsException
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string filename, string file, size_t line, Throwable nextInChain)
lu
common
FileExistsException
constructors
this
variables
filename
Create a new FileExistsException, without attaching a filename.