HAKsiSubServiceExceptionThrownBySubService Property
|
Sub-service that threw the exception
Namespace:
Guardtime.KSI.Exceptions
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IKsiService ThrownBySubService { get; set; }
Public Property ThrownBySubService As IKsiService
Get
Set
public:
property IKsiService^ ThrownBySubService {
IKsiService^ get ();
void set (IKsiService^ value);
}
member ThrownBySubService : IKsiService with get, set
Property Value
Type:
IKsiService
See Also