Class ApiException
- Namespace
- PommaLabs.Thumbnailer.Client.Core
- Assembly
- PommaLabs.Thumbnailer.Client.dll
public class ApiException : Exception, ISerializable
- Inheritance
-
ApiException
- Implements
- Derived
- Inherited Members
Constructors
ApiException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, Exception)
public ApiException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
Parameters
messagestringstatusCodeintresponsestringheadersIReadOnlyDictionary<string, IEnumerable<string>>innerExceptionException
Properties
Headers
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Response
public string Response { get; }
Property Value
StatusCode
public int StatusCode { get; }
Property Value
Methods
ToString()
public override string ToString()