KsiServiceAsyncResultError Property
|
Error thrown
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic KsiServiceProtocolException Error { get; set; }
Public Property Error As KsiServiceProtocolException
Get
Set
public:
property KsiServiceProtocolException^ Error {
KsiServiceProtocolException^ get ();
void set (KsiServiceProtocolException^ value);
}
member Error : KsiServiceProtocolException with get, set
Property Value
Type:
KsiServiceProtocolException
See Also