HAKsiServiceException Constructor (String)
|
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
)
Public Sub New (
message As String
)
public:
HAKsiServiceException(
String^ message
)
new :
message : string -> HAKsiServiceException
Parameters
- message
- Type: SystemString
Exception message
See Also