Click or drag to resize

HAKsiSubServiceException Constructor

Create new HA KSI sub-service exception.

Namespace:  Guardtime.KSI.Exceptions
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public HAKsiSubServiceException(
	IKsiService thrownBySubService,
	string message,
	Exception innerExceptions = null
)

Parameters

thrownBySubService
Type: Guardtime.KSI.ServiceIKsiService
Sub-service that threw the exception
message
Type: SystemString
Exception message
innerExceptions (Optional)
Type: SystemException
Inner exceptions
See Also