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
messagestringMessage
ThumbnailerClientException(string, OperationType)
Constructor.
public ThumbnailerClientException(string message, OperationType operationType)
  Parameters
messagestringMessage.
operationTypeOperationTypeOperation 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
messagestringMessage.
innerExceptionExceptionInner exception.
operationTypeOperationTypeOperation type.
httpStatusCodeHttpStatusCode?HTTP status code.
Properties
HttpStatusCode
HTTP status code.
public HttpStatusCode? HttpStatusCode { get; }
  Property Value
OperationType
Operation type.
public OperationType? OperationType { get; }