- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_CodeExceptions_ObjectDisposed
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        7 revisions
      
    Throw this if the object is disposed.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ObjectDisposedException ObjectDisposed(
	Type typeofDisposedObject
)VB
Public Shared Function ObjectDisposed ( 
	typeofDisposedObject As Type
) As ObjectDisposedExceptionF#
static member ObjectDisposed : 
        typeofDisposedObject : Type -> ObjectDisposedException 
- typeofDisposedObject
- Type: System.Type
 The typeof disposed object.
Type: ObjectDisposedException
Initialized instance of ObjectDisposedException.
CodeExceptions Class
ObjectDisposed Overload
CodeJam Namespace