ActionHandlerNotFoundException 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 ActionHandlerNotFoundException : Exception
[System.Serializable]
public class ActionHandlerNotFoundException : Exception
[<System.Serializable>]
type ActionHandlerNotFoundException = class
inherit Exception
Public Class ActionHandlerNotFoundException
Inherits Exception
- Inheritance
-
ActionHandlerNotFoundException
- Attributes
Constructors
ActionHandlerNotFoundException() |
Initializes a new instance of the ActionHandlerNotFoundException class with the default property values. |
ActionHandlerNotFoundException(String) |
Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler. |