Class ActionNotFoundException
The keyword-action is not found.
Inheritance
Object
Exception
ActionNotFoundException
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
public class ActionNotFoundException : Exception, ISerializable, _Exception
Constructors
| Edit this page View SourceActionNotFoundException()
Initializing an instance of ActionNotFoundException
Declaration
public ActionNotFoundException()
ActionNotFoundException(String)
Initializing an instance of ActionNotFoundException with detailed error message.
Declaration
public ActionNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | error message |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception