Class WebEngineGeneralException
The generic exception thrown by the framework web engine;
Inherited Members
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class WebEngineGeneralException : Exception, ISerializable, _Exception
Constructors
| Edit this page View SourceWebEngineGeneralException()
Initializing a new instance of the WebEngineGeneralException
Declaration
public WebEngineGeneralException()
WebEngineGeneralException(string)
Initializing a new instance of the WebEngineGeneralException with customized error message.
Declaration
public WebEngineGeneralException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
WebEngineGeneralException(string, Exception)
Initializing a new instance of the WebEngineGeneralException with customized error message and inner exception.
Declaration
public WebEngineGeneralException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |