Show / Hide Table of Contents

Class MissingActionTypeException

The exception that is thrown when an action class without ActionTypeAttribute is tried to used with PolymorphicAction<T>.

Inheritance
Object
MissingActionTypeException
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public sealed class MissingActionTypeException : Exception

Constructors

| Improve this Doc View Source

MissingActionTypeException(String, Type)

Creates a new MissingActionTypeException object.

Declaration
public MissingActionTypeException(string message, Type actionType)
Parameters
Type Name Description
String message

Specifies an .

Type actionType

The action type that lacks ActionTypeAttribute. It is automatically included to the string.

Properties

| Improve this Doc View Source

ActionType

The action type that lacks ActionTypeAttribute.

Declaration
public Type ActionType { get; }
Property Value
Type Description
Type

See Also

PolymorphicAction<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium