HAKsiServiceException Constructor (String, ListHAKsiSubServiceException)
|
Create new HA KSI 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 HAKsiServiceException(
string message,
List<HAKsiSubServiceException> subServiceExceptions
)
Public Sub New (
message As String,
subServiceExceptions As List(Of HAKsiSubServiceException)
)
public:
HAKsiServiceException(
String^ message,
List<HAKsiSubServiceException^>^ subServiceExceptions
)
new :
message : string *
subServiceExceptions : List<HAKsiSubServiceException> -> HAKsiServiceException
Parameters
- message
- Type: SystemString
Exception message - subServiceExceptions
- Type: System.Collections.GenericListHAKsiSubServiceException
Exceptions thrown by sub-services
See Also