KsiServiceUnexpectedResponseFormatException Constructor
|
Create unexpected KSI service response format exception.
Namespace:
Guardtime.KSI.Exceptions
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic KsiServiceUnexpectedResponseFormatException(
string message
)
Public Sub New (
message As String
)
public:
KsiServiceUnexpectedResponseFormatException(
String^ message
)
new :
message : string -> KsiServiceUnexpectedResponseFormatException
Parameters
- message
- Type: SystemString
See Also