MethodError

Information passed to the error handler function.

Constructors

this
this(Reason reason, const(Runtime.MethodInfo)* meth)
Undocumented in source.

Members

Enums

Reason
enum Reason
Undocumented in source.

Properties

functionName
string functionName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

args
TypeInfo[] args;
Undocumented in source.
meth
Runtime.MethodInfo* meth;
Undocumented in source.
reason
Reason reason;
Undocumented in source.

Meta