Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
ReadingBusesAPI.ErrorManagement.ReadingBusesApiException Class Reference

Stores the basic/base type of Exception which can be thrown by the API. More...

Inheritance diagram for ReadingBusesAPI.ErrorManagement.ReadingBusesApiException:
ReadingBusesAPI.ErrorManagement.ReadingBusesApiExceptionBadQuery ReadingBusesAPI.ErrorManagement.ReadingBusesApiExceptionCritical ReadingBusesAPI.ErrorManagement.ReadingBusesApiExceptionMalformedQuery

Package Functions

 ReadingBusesApiException ()
 
 ReadingBusesApiException (string content)
 
 ReadingBusesApiException (string message, Exception innerException)
 

Detailed Description

Stores the basic/base type of Exception which can be thrown by the API.

Constructor & Destructor Documentation

◆ ReadingBusesApiException() [1/3]

ReadingBusesAPI.ErrorManagement.ReadingBusesApiException.ReadingBusesApiException ( )
package

◆ ReadingBusesApiException() [2/3]

ReadingBusesAPI.ErrorManagement.ReadingBusesApiException.ReadingBusesApiException ( string  content)
package

◆ ReadingBusesApiException() [3/3]

ReadingBusesAPI.ErrorManagement.ReadingBusesApiException.ReadingBusesApiException ( string  message,
Exception  innerException 
)
package

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