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
messagestringThe 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)