Data Property
Overloads
| Data | 
             Gets a collection of key/value pairs that provide additional user-defined information about the exception.  | 
        
      
    
Data
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Declaration
      public override IDictionary Data { get; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.IDictionary | 
           An object that implements the System.Collections.IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.  | 
      
Overrides
    System.Exception.Data