Overload | Description |
---|---|
AnalysisException Constructor(String) | Initializes a new instance of the AnalysisException class with a specified error message. |
AnalysisException Constructor(Exception) | Initializes a new instance of the AnalysisException class with a reference to the inner exception that is the cause of this exception. |
AnalysisException Constructor(String,Exception) | Initializes a new instance of the AnalysisException class with a specified error message and with a reference to the inner exception that is the cause of this exception. |