Table of Contents

Class ClientErrorException

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public class ClientErrorException : Exception, ISerializable
Inheritance
ClientErrorException
Implements
Inherited Members
Extension Methods

Constructors

ClientErrorException(int, string, string?)

public ClientErrorException(int errorCode, string message, string? innerMessageException = null)

Parameters

errorCode int
message string
innerMessageException string

Properties

ClientError

public ClientError ClientError { get; }

Property Value

ClientError