dpq2 v0.6.19 (2016-11-09T07:05:23Z)
Home
Dub
Repo
AnswerCreationException
dpq2
result
Answer creation exception Useful for analyze error data
class
AnswerCreationException :
Dpq2Exception
{
immutable
(
Result
)
result
;
this
(immutable(Result) result, string file, size_t line);
}
Constructors
this
this
(immutable(Result) result, string file, size_t line)
Undocumented in source.
Alias This
result
Members
Variables
result
immutable
(
Result
)
result
;
Undocumented in source.
Meta
Source
See Implementation
dpq2
result
classes
Answer
AnswerCreationException
AnswerException
Notify
Result
ResultContainer
enums
ExceptionType
functions
_integration_test
rangify
toString
properties
asArray
structs
Array
ArrayHeader_net
ArrayProperties
Dim_net
Row
variables
msg_NOT_BINARY
Answer creation exception Useful for analyze error data