Class BadServiceResponseException
- Namespace
- Garyon.Exceptions
- Assembly
- Garyon.dll
An exception that is thrown when a service, external or not, provides a bad response (error or bad data).
public sealed class BadServiceResponseException : Exception, ISerializable
- Inheritance
-
BadServiceResponseException
- Implements
- Inherited Members
- Extension Methods
Constructors
BadServiceResponseException(string)
An exception that is thrown when a service, external or not, provides a bad response (error or bad data).
public BadServiceResponseException(string message = "The service's response was not desired.")
Parameters
messagestring