ExceptionBase: Data (get)

Data

Returns a key/value set of data that is associated to the exception.

 Public Property Get Data ( ) As IDictionary

Return Values

IDictionary -  a key/value set of data that is associated to the exception.

Remarks

This is a public property that is used by the exception classes to allow user-defined information to be included with the exception.

Read Only.

See Also

Project VBCorLib Overview | Class ExceptionBase Overview