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)
Syntaxpublic HAKsiSubServiceException(
IKsiService thrownBySubService,
string message,
Exception innerExceptions = null
)
Public Sub New (
thrownBySubService As IKsiService,
message As String,
Optional innerExceptions As Exception = Nothing
)
public:
HAKsiSubServiceException(
IKsiService^ thrownBySubService,
String^ message,
Exception^ innerExceptions = nullptr
)
new :
thrownBySubService : IKsiService *
message : string *
?innerExceptions : Exception
(* Defaults:
let _innerExceptions = defaultArg innerExceptions null
*)
-> HAKsiSubServiceException
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