marsrestclient ~master (2017-03-12T11:31:18Z)
Dub
Repo
ApiException
vksdk
exceptions
ApiException
Undocumented in source.
class
ApiException : Exception {
this
(int code, string description, string message);
this
(int code, string message);
string
getDescription
();
int
getCode
();
}
Constructors
this
this
(int code, string description, string message)
Undocumented in source.
this
this
(int code, string message)
Undocumented in source.
Members
Functions
getCode
int
getCode
()
Undocumented in source. Be warned that the author may not have intended to support it.
getDescription
string
getDescription
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vksdk
exceptions
ApiException
modules
ApiException
ApiUnknownException
ClientException
ExceptionMapper