Table of Contents

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 string

Message

ThumbnailerClientException(string, OperationType)

Constructor.

public ThumbnailerClientException(string message, OperationType operationType)

Parameters

message string

Message.

operationType OperationType

Operation type.

ThumbnailerClientException(string, Exception)

Constructor.

public ThumbnailerClientException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.

ThumbnailerClientException(string, Exception, OperationType, HttpStatusCode?)

Constructor.

public ThumbnailerClientException(string message, Exception innerException, OperationType operationType, HttpStatusCode? httpStatusCode)

Parameters

message string

Message.

innerException Exception

Inner exception.

operationType OperationType

Operation type.

httpStatusCode HttpStatusCode?

HTTP status code.

Properties

HttpStatusCode

HTTP status code.

public HttpStatusCode? HttpStatusCode { get; }

Property Value

HttpStatusCode?

OperationType

Operation type.

public OperationType? OperationType { get; }

Property Value

OperationType?