Table of Contents

Class FailedLoadStateException

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[Serializable]
public class FailedLoadStateException : Exception, ISerializable
Inheritance
FailedLoadStateException
Implements
Inherited Members

Constructors

FailedLoadStateException(Address, Type, Exception)

public FailedLoadStateException(Address address, Type stateType, Exception innerException = null)

Parameters

address Address
stateType Type
innerException Exception

FailedLoadStateException(SerializationInfo, StreamingContext)

protected FailedLoadStateException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

FailedLoadStateException(string)

public FailedLoadStateException(string message)

Parameters

message string

FailedLoadStateException(string, Exception)

public FailedLoadStateException(string message, Exception innerException = null)

Parameters

message string
innerException Exception

FailedLoadStateException(string, string, string, Exception)

public FailedLoadStateException(string actionType, string addressesHex, string message, Exception innerException = null)

Parameters

actionType string
addressesHex string
message string
innerException Exception

FailedLoadStateException(string, string, Type, Address)

public FailedLoadStateException(string actionType, string addressesHex, Type stateType, Address address)

Parameters

actionType string
addressesHex string
stateType Type
address Address