ObjectDisposedException Constructor

Initializes a new instance of the ObjectDisposedException class.

Overload List

Name Description
ObjectDisposedException () Initializes a new instance of the ObjectDisposedException class.
ObjectDisposedException (String) Initializes a new instance of the ObjectDisposedException class with a string containing the name of the disposed object.
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.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

ObjectDisposedException Class
ObjectDisposedException Members
System Namespace