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
System.Runtime.Serialization.ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
System.Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
System.Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
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 Message.

Bencodex.Types.IValue plainValue

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

Exception innerException

The Exception for 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