NewObjectDisposedException
Returns a new ObjectDisposedException.
Public Function NewObjectDisposedException(
ByRef ObjectName As String,
Optional ByRef Message As String ) As ObjectDisposedException
Parameters
- ObjectName
-
[ByRef]
String.
The name of the object that has been disposed of.
- Message
-
[ByRef]
Optional.
String.
A human-readable message.
Return Values
ObjectDisposedException - The newly created ObjectDisposedException object.
See Also
Project CorLib Overview
Class Constructors Overview