ApplicationException: Data (get)

Data

Returns a key/value collection used to contain user-defined specific information about the exception.



 Public Property Get Data ( ) As IDictionary

Return Values

IDictionary -  A key/value collection for user-defined information.

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 CorLib Overview

Class ApplicationException Overview