Class MissingActionTypeException
The exception that is thrown when an action class without
Action
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public sealed class MissingActionTypeException : Exception
Constructors
| Improve this Doc View SourceMissingActionTypeException(Type, String)
Creates a new Missing
Declaration
public MissingActionTypeException(Type actionType, string message)
Parameters
Type | Name | Description |
---|---|---|
Type | actionType | The action type that lacks
Action |
String | message | Specifies an |
Properties
| Improve this Doc View SourceActionType
The action type that lacks Action
Declaration
public Type ActionType { get; }
Property Value
Type | Description |
---|---|
Type |