AmbiguousActionException 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.
An exception which indicates multiple matches in action selection.
public ref class AmbiguousActionException : InvalidOperationException
[System.Serializable]
public class AmbiguousActionException : InvalidOperationException
public class AmbiguousActionException : InvalidOperationException
[<System.Serializable>]
type AmbiguousActionException = class
inherit InvalidOperationException
type AmbiguousActionException = class
inherit InvalidOperationException
Public Class AmbiguousActionException
Inherits InvalidOperationException
- Inheritance
-
AmbiguousActionException
- Attributes
Constructors
AmbiguousActionException(SerializationInfo, StreamingContext) |
Obsolete.
Framework infrastructure. Do not call directly. |
AmbiguousActionException(String) |
Creates a new instance of AmbiguousActionException. |