Class MissingActionTypeException
The exception that is thrown when an action class without ActionTypeAttribute is tried to used with PolymorphicAction<T>.
Implements
Inherited Members
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
[Serializable]
public sealed class MissingActionTypeException : Exception, ISerializable
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 Message string. |
String | message | Specifies an Message. |
Properties
| Improve this Doc View SourceActionType
The action type that lacks ActionTypeAttribute.
Declaration
public Type ActionType { get; }
Property Value
Type | Description |
---|---|
Type |