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

An exception type which is used when the user asks to make a invalid API call This is would be thrown during checks done before even directly calling upon the web API. For example if you have not filtered by at least one property when required too. More...

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

Package Functions

 ReadingBusesApiExceptionMalformedQuery (string content)
 
 ReadingBusesApiExceptionMalformedQuery (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 user asks to make a invalid API call This is would be thrown during checks done before even directly calling upon the web API. For example if you have not filtered by at least one property when required too.

Constructor & Destructor Documentation

◆ ReadingBusesApiExceptionMalformedQuery() [1/2]

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

◆ ReadingBusesApiExceptionMalformedQuery() [2/2]

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

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