Class InvalidActionException
The
Inheritance
System.Object
InvalidActionException
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public sealed class InvalidActionException : Exception
Constructors
| Improve this Doc View SourceInvalidActionException(String, IValue, Exception)
Creates a new InvalidActionException object.
Declaration
public InvalidActionException(string message, IValue plainValue, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | Specifies an |
| IValue | plainValue | The |
| Exception | innerException | The |
See Also
Properties
| Improve this Doc View SourcePlainValue
The
Declaration
public IValue PlainValue { get; }
Property Value
| Type | Description |
|---|---|
| IValue |