MethodError

Information passed to the error handler function.

Constructors

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

Members

Manifest constants

AmbiguousCall
enum AmbiguousCall;
Undocumented in source.
DeallocatorInUse
enum DeallocatorInUse;
Undocumented in source.
NotImplemented
enum NotImplemented;
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
int reason;
Undocumented in source.

Meta