dpq2 v0.6.3 (2016-03-15T16:11:36Z)
Home
Dub
Repo
AnswerCreationException
dpq2
result
Answer creation exception Useful for analyze error data
@
trusted
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
AnswerConvException
AnswerCreationException
AnswerException
Notify
Result
ResultContainer
enums
ConvExceptionType
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