HAKsiServiceExceptionSubServiceExceptions Property
|
Exceptions thrown by sub-services
Namespace:
Guardtime.KSI.Exceptions
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic List<HAKsiSubServiceException> SubServiceExceptions { get; }
Public ReadOnly Property SubServiceExceptions As List(Of HAKsiSubServiceException)
Get
public:
property List<HAKsiSubServiceException^>^ SubServiceExceptions {
List<HAKsiSubServiceException^>^ get ();
}
member SubServiceExceptions : List<HAKsiSubServiceException> with get
Property Value
Type:
ListHAKsiSubServiceException
See Also