Show / Hide Table of Contents

Class InvalidActionException

The that is thrown when an that is supposedly a serialized IAction cannot be deserialized via an IActionLoader.

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

Constructors

| Improve this Doc View Source

InvalidActionException(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 that cannot be loaded to an IAction.

Exception innerException

The for .

See Also
IActionLoader

Properties

| Improve this Doc View Source

PlainValue

The that cannot be deserialized to an IAction.

Declaration
public IValue PlainValue { get; }
Property Value
Type Description
IValue
See Also
IActionLoader

See Also

IActionLoader
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium