Class WebEngineGeneralException
The generic exception thrown by the framework web engine;
Inheritance
System.Object
System.Exception
WebEngineGeneralException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class WebEngineGeneralException : Exception, ISerializable
Constructors
| Improve this Doc 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 |
---|---|---|
System.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 |
---|---|---|
System.String | message | |
System.Exception | innerException |
Implements
System.Runtime.Serialization.ISerializable
See Also
System.Exception