-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_ObjectDisposed
andrewvk edited this page Mar 30, 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#
[StringFormatMethodAttribute("messageFormat")]
[NotNullAttribute]
public static ObjectDisposedException ObjectDisposed(
[CanBeNullAttribute] Type typeofDisposedObject
)
VB
<StringFormatMethodAttribute("messageFormat")>
<NotNullAttribute>
Public Shared Function ObjectDisposed (
<CanBeNullAttribute> typeofDisposedObject As Type
) As ObjectDisposedException
F#
[<StringFormatMethodAttribute("messageFormat")>]
[<NotNullAttribute>]
static member ObjectDisposed :
[<CanBeNullAttribute>] typeofDisposedObject : Type -> ObjectDisposedException
- typeofDisposedObject
- Type: System.Type
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type)"]
Type: ObjectDisposedException
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type)"]
CodeExceptions Class
ObjectDisposed Overload
CodeJam Namespace