Class ActionNotFoundException
The keyword-action is not found.
Inheritance
System.Object
System.Exception
ActionNotFoundException
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
public class ActionNotFoundException : Exception, ISerializable
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | message | error message |
Implements
System.Runtime.Serialization.ISerializable