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.ReadingBusesApiExceptionBadQuery Class Reference

An exception type which is used when the API returns back an error message. Most likely due to an invalid request such as asking for data that does not exist. More...

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

Package Functions

 ReadingBusesApiExceptionBadQuery (ErrorFormat content)
 
 ReadingBusesApiExceptionBadQuery (string content)
 
 ReadingBusesApiExceptionBadQuery (string message, Exception innerException)
 
- Package Functions inherited from ReadingBusesAPI.ErrorManagement.ReadingBusesApiException
 ReadingBusesApiException ()
 
 ReadingBusesApiException (string content)
 
 ReadingBusesApiException (string message, Exception innerException)
 

Detailed Description

An exception type which is used when the API returns back an error message. Most likely due to an invalid request such as asking for data that does not exist.

Constructor & Destructor Documentation

◆ ReadingBusesApiExceptionBadQuery() [1/3]

ReadingBusesAPI.ErrorManagement.ReadingBusesApiExceptionBadQuery.ReadingBusesApiExceptionBadQuery ( ErrorFormat  content)
package

◆ ReadingBusesApiExceptionBadQuery() [2/3]

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

◆ ReadingBusesApiExceptionBadQuery() [3/3]

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

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