Class MissingActionTypeException
The exception that is thrown when an action class without ActionTypeAttribute is tried to used with PolymorphicAction<T>.
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public sealed class MissingActionTypeException : Exception
Constructors
| Improve this Doc View SourceMissingActionTypeException(Type, String)
Creates a new MissingActionTypeException object.
Declaration
public MissingActionTypeException(Type actionType, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | actionType | The action type that lacks
ActionTypeAttribute. It is automatically included to
the |
| String | message | Specifies an |
Properties
| Improve this Doc View SourceActionType
The action type that lacks ActionTypeAttribute.
Declaration
public Type ActionType { get; }
Property Value
| Type | Description |
|---|---|
| Type |