| IMethodResultError Property |
Error that has been generated by the called method,
it could be null when the called method succeed (
Success is true).
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax ReadOnly Property Error As IError
Get
property IError^ Error {
IError^ get ();
}
Property Value
Type:
IErrorSee Also