Class ObjectDisposedException

ObjectDisposedException class

Represents errors that occur when an operation canceled.

public class ObjectDisposedException : AsposeException

Constructors

NameDescription
ObjectDisposedException()Initializes a new instance of the ObjectDisposedException class.
ObjectDisposedException(string)Initializes a new instance of the ObjectDisposedException class with a specified error message.
ObjectDisposedException(string, Exception)Initializes a new instance of the ObjectDisposedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
ObjectDisposedException(string, params object[])Initializes a new instance of the ObjectDisposedException class with a specified error message.

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