ActionNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an exception when the handler object is not found.
public ref class ActionNotFoundException : Exception
[System.Serializable]
public class ActionNotFoundException : Exception
[<System.Serializable>]
type ActionNotFoundException = class
inherit Exception
Public Class ActionNotFoundException
Inherits Exception
- Inheritance
-
ActionNotFoundException
- Attributes
Constructors
ActionNotFoundException() |
Initializes a new instance of the ActionNotFoundException class with the default property values. |
ActionNotFoundException(String) |
Initializes a new instance of the ActionNotFoundException class with the name of the action specified. |