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