ATAS
Loading...
Searching...
No Matches
ATAS.DataFeedsCore.Exceptions.ExchangeException Class Reference

An exception means the Exchange sent us an logic error like violating business rules It allows us to separate network errors and logic errors. More...

Inheritance diagram for ATAS.DataFeedsCore.Exceptions.ExchangeException:
[legend]
Collaboration diagram for ATAS.DataFeedsCore.Exceptions.ExchangeException:
[legend]

Public Member Functions

 ExchangeException (Exception innerException)
 
 ExchangeException (string originalMessage, Exception? innerException=null)
 
 ExchangeException (string originalMessage, string displayText, Exception? innerException=null)
 

Properties

string DisplayText [get, set]
 

Detailed Description

An exception means the Exchange sent us an logic error like violating business rules It allows us to separate network errors and logic errors.

Constructor & Destructor Documentation

◆ ExchangeException() [1/3]

ATAS.DataFeedsCore.Exceptions.ExchangeException.ExchangeException ( Exception  innerException)

◆ ExchangeException() [2/3]

ATAS.DataFeedsCore.Exceptions.ExchangeException.ExchangeException ( string  originalMessage,
Exception?  innerException = null 
)

◆ ExchangeException() [3/3]

ATAS.DataFeedsCore.Exceptions.ExchangeException.ExchangeException ( string  originalMessage,
string  displayText,
Exception?  innerException = null 
)

Property Documentation

◆ DisplayText

string ATAS.DataFeedsCore.Exceptions.ExchangeException.DisplayText
getset

The documentation for this class was generated from the following file: