Skip to content

M_CodeJam_CodeExceptions_ObjectDisposed

andrewvk edited this page Mar 30, 2016 · 7 revisions

CodeExceptions.ObjectDisposed Method (Type)

[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)

Syntax

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 

Parameters

 

typeofDisposedObject
Type: System.Type
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type)"]

Return Value

Type: ObjectDisposedException
[Missing documentation for "M:CodeJam.CodeExceptions.ObjectDisposed(System.Type)"]

See Also

Reference

CodeExceptions Class
ObjectDisposed Overload
CodeJam Namespace

Clone this wiki locally