ExtenderConfigChangedEventArgsException Property
|
Exception thrown while processing extender configuration request.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic KsiException Exception { get; set; }
Public Property Exception As KsiException
Get
Set
public:
property KsiException^ Exception {
KsiException^ get ();
void set (KsiException^ value);
}
member Exception : KsiException with get, set
Property Value
Type:
KsiException
See Also