ObjectClosedException Constructor

Initializes a new instance of the ObjectClosedException class.

Overload List

Name Description
Public method ObjectClosedException()

Initializes a new instance of the ObjectClosedException class.

Public method ObjectClosedException(String)

Initializes a new instance of the ObjectClosedException class with a specified error message.

Public method ObjectClosedException(String, Exception)

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

See Also

Reference