Show / Hide Table of Contents

Class WebEngineGeneralException

The generic exception thrown by the framework web engine;

Inheritance
object
Exception
WebEngineGeneralException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class WebEngineGeneralException : Exception, ISerializable

Constructors

| Edit this page View Source

WebEngineGeneralException()

Initializing a new instance of the WebEngineGeneralException

Declaration
public WebEngineGeneralException()
| Edit this page View Source

WebEngineGeneralException(string)

Initializing a new instance of the WebEngineGeneralException with customized error message.

Declaration
public WebEngineGeneralException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

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

Implements

ISerializable

See Also

Exception
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2025 AXA France, All rights reserved.