Class ThumbnailerClientException
- Namespace
- PommaLabs.Thumbnailer.Client
- Assembly
- PommaLabs.Thumbnailer.Client.dll
Represents an error produced by Thumbnailer service.
public class ThumbnailerClientException : Exception, ISerializable
- Inheritance
-
ThumbnailerClientException
- Implements
- Inherited Members
Constructors
ThumbnailerClientException()
Constructor.
public ThumbnailerClientException()
ThumbnailerClientException(string)
Constructor.
public ThumbnailerClientException(string message)
Parameters
message
stringMessage
ThumbnailerClientException(string, OperationType)
Constructor.
public ThumbnailerClientException(string message, OperationType operationType)
Parameters
message
stringMessage.
operationType
OperationTypeOperation type.
ThumbnailerClientException(string, Exception)
Constructor.
public ThumbnailerClientException(string message, Exception innerException)
Parameters
ThumbnailerClientException(string, Exception, OperationType, HttpStatusCode?)
Constructor.
public ThumbnailerClientException(string message, Exception innerException, OperationType operationType, HttpStatusCode? httpStatusCode)
Parameters
message
stringMessage.
innerException
ExceptionInner exception.
operationType
OperationTypeOperation type.
httpStatusCode
HttpStatusCode?HTTP status code.
Properties
HttpStatusCode
HTTP status code.
public HttpStatusCode? HttpStatusCode { get; }
Property Value
OperationType
Operation type.
public OperationType? OperationType { get; }