Class ClientException
- Namespace
- NLightning.Domain.Client.Exceptions
- Assembly
- NLightning.Domain.dll
public class ClientException : Exception, ISerializable
- Inheritance
-
ClientException
- Implements
- Inherited Members
Constructors
ClientException(string, string)
public ClientException(string errorCode, string message)
Parameters
ClientException(string, string, Exception)
public ClientException(string errorCode, string message, Exception innerException)
Parameters
Properties
ErrorCode
public string ErrorCode { get; set; }