-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_ObjectDisposed_1
andrewvk edited this page Apr 5, 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 ObjectDisposedException
F#
static member ObjectDisposed :
typeofDisposedObject : Type *
messageFormat : string *
args : Object[] -> ObjectDisposedException
- typeofDisposedObject
- Type: System.Type
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type,System.String,System.Object[])"] - messageFormat
- Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type,System.String,System.Object[])"] - args
- Type: System.Object[]
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type,System.String,System.Object[])"]
Type: ObjectDisposedException
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type,System.String,System.Object[])"]
CodeExceptions Class
ObjectDisposed Overload
CodeJam Namespace