Class NexityServiceException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when an unexpected error occurs while communicating with the Nexity identity API.
public class NexityServiceException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
NexityServiceException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
NexityServiceException(string)
Raised when an unexpected error occurs while communicating with the Nexity identity API.
public NexityServiceException(string message)
Parameters
messagestringDescription of the Nexity service error.
Remarks
Initialises a new instance with the specified error message.