RequestResultException Property  | 
 
            Gets the exception, if there was one.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Exception Exception { get; }Public ReadOnly Property Exception As Exception
	Get
public:
property Exception^ Exception {
	Exception^ get ();
}member Exception : Exception with get
Property Value
Type: 
Exception
See Also