Table of Contents

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

errorCode string
message string

ClientException(string, string, Exception)

public ClientException(string errorCode, string message, Exception innerException)

Parameters

errorCode string
message string
innerException Exception

Properties

ErrorCode

public string ErrorCode { get; set; }

Property Value

string