Table of Contents

Class TimeoutException

Namespace
LibreOfficeKit.Exceptions
Assembly
LibreOfficeKit.dll

Raised when a conversion or worker operation exceeds the allowed time.

public sealed class TimeoutException : Exception, ISerializable
Inheritance
TimeoutException
Implements
Inherited Members

Constructors

TimeoutException()

Raised when a conversion or worker operation exceeds the allowed time.

public TimeoutException()

TimeoutException(string)

Raised when a conversion or worker operation exceeds the allowed time.

public TimeoutException(string message)

Parameters

message string

The message that describes the error.

TimeoutException(string, Exception)

Initializes a new instance of the TimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public TimeoutException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.