ExpectationViolationException.this

Constructs an $(D_PSYMBOL ExpectationViolationException).

class ExpectationViolationException
this
(
string name
,
string[] arguments
,
string file
,
size_t line
,
Throwable nextInChain
)

Parameters

name string

Call name.

arguments string[]

name's arguments.

file string

File.

line size_t

Line number.

nextInChain Throwable

The next error.

Meta