Class ActionNotFoundException
The keyword-action is not found.
Inherited Members
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 |