Initializes a new InvalidAnalyticsParametersException instance with the specified
              error message and inner exception.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public InvalidAnalyticsParametersException( string message, Exception inner ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ message As String, _ inner As Exception _ ) | 
| Visual C++ | 
|---|
| public: InvalidAnalyticsParametersException( String^ message, Exception^ inner ) | 
Parameters
- message
- Type: System..::.String
 Error message describing the reason this exception occurred.
- inner
- Type: System..::.Exception
 Inner exception that caused this exception.





