Constructors: NewObjectDisposedException

NewObjectDisposedException

Returns a new ObjectDisposedException



 Public Function NewObjectDisposedException(
	  ByVal ObjectName As String,
	  Optional ByVal Message As String ) As ObjectDisposedException

Parameters

ObjectName
[ByVal] String. The name of the object that has been disposed of.
Message
[ByVal] Optional. String. A human-readable message.

Return Values

ObjectDisposedException -  The newly created ObjectDisposedException object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewNotSupportedException NewOperatingSystem