Show / Hide Table of Contents

Class WebEngineGeneralException

The generic exception thrown by the framework web engine;

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

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

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

See Also

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