openmethods ~master (2020-09-29T20:42:43Z)
Dub
Repo
MethodError
openmethods
Information passed to the error handler function.
class
MethodError : Error {
this
(int reason, const(Runtime.MethodInfo)* meth);
string
functionName
[@property getter];
enum
NotImplemented
;
enum
AmbiguousCall
;
enum
DeallocatorInUse
;
const
Runtime
.
MethodInfo
*
meth
;
int
reason
;
TypeInfo
[]
args
;
}
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
Source
See Implementation
openmethods
aliases
MethodErrorHandler
classes
MethodError
enums
hasVirtualParameters
functions
defaultMethodErrorHandler
makeCallParams
next
registerMethods
registrationMixture
removeStorageClasses
setMethodErrorHandler
trace
tracef
tracefln
updateMethods
interfaces
Registrar
manifest constants
MptrInDeallocator
MptrViaHash
mixin templates
registerClasses
registrar
structs
Method
MethodTag
Runtime
covariant
method
mptr
virtual
variables
errorHandler
Information passed to the error handler function.