Class TimeoutException

TimeoutException class

Represents the exception that is thrown when the time for operation has expired.

public class TimeoutException : AsposeException

Constructors

NameDescription
TimeoutException()Initializes a new instance of the TimeoutException class.
TimeoutException(string)Initializes a new instance of the TimeoutException class.
TimeoutException(string, int)
TimeoutException(string, params object[])Initializes a new instance of the TimeoutException class.
TimeoutException(string, string, int)

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also