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 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 |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
See Also
Exception