Show / Hide Table of Contents

Class InvalidActionException

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

Inheritance
Object
Exception
InvalidActionException
Implements
ISerializable
Inherited Members
System.Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
System.Exception.HelpLink
Exception.HResult
System.Exception.InnerException
System.Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
[Serializable]
public sealed class InvalidActionException : Exception, ISerializable

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
String message

Specifies an System.Exception.Message.

Bencodex.Types.IValue plainValue

The Bencodex.Types.IValue that cannot be loaded to an IAction.

Exception innerException

The Exception for System.Exception.InnerException.

See Also
IActionLoader

Properties

| Improve this Doc View Source

PlainValue

The Bencodex.Types.IValue that cannot be deserialized to an IAction.

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

Implements

System.Runtime.Serialization.ISerializable

See Also

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