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