ObjectDisposedException Constructor
.NET Framework (current version)
Initializes a new instance of the ObjectDisposedException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectDisposedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ObjectDisposedException class with serialized data. |
![]() | 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. |
![]() | ObjectDisposedException(String^, String^) | Initializes a new instance of the ObjectDisposedException class with the specified object name and message. |
Show:

