Mono Class Library: System.ObjectDisposedException Overview | Members

System.ObjectDisposedException.ObjectName Property

Gets the name of the disposed object. [Edit]

public string ObjectName { get; }

Value

A string containing the name of the disposed object. [Edit]

Remarks

Note: If this property is not null or string.Empty , the value of this property is included in the string returned by the ObjectDisposedException.Message property.

This property is read-only.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0