- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_CodeExceptions_ObjectDisposed_1
        andrewvk edited this page Apr 22, 2016 
        ·
        7 revisions
      
    [This is preliminary documentation and is subject to change.]
Throw this if the object is disposed.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static ObjectDisposedException ObjectDisposed(
	Type typeofDisposedObject,
	string messageFormat,
	params Object[] args
)VB
Public Shared Function ObjectDisposed ( 
	typeofDisposedObject As Type,
	messageFormat As String,
	ParamArray args As Object()
) As ObjectDisposedExceptionF#
static member ObjectDisposed : 
        typeofDisposedObject : Type * 
        messageFormat : string * 
        args : Object[] -> ObjectDisposedException 
- typeofDisposedObject
- Type: System.Type
 The typeof disposed object.
- messageFormat
- Type: System.String
 The message format.
- args
- Type: System.Object[]
 The arguments.
Type: ObjectDisposedException
Initialized instance of
CodeExceptions Class
ObjectDisposed Overload
CodeJam Namespace
System.ObjectDisposedException