Casper.Network.SDK
Show / Hide Table of Contents

Class CLValueException

Exception thrown during CLValue conversion errors.

Inheritance
object
Exception
CLValueException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class CLValueException : Exception, ISerializable

Constructors

| Edit this page View Source

CLValueException(byte[], CLTypeInfo, CLTypeInfo)

Declaration
public CLValueException(byte[] bytes, CLTypeInfo okType, CLTypeInfo errType)
Parameters
Type Name Description
byte[] bytes
CLTypeInfo okType
CLTypeInfo errType
| Edit this page View Source

CLValueException(byte[], object, CLTypeInfo, CLTypeInfo)

Declaration
public CLValueException(byte[] bytes, object err, CLTypeInfo okType, CLTypeInfo errType)
Parameters
Type Name Description
byte[] bytes
object err
CLTypeInfo okType
CLTypeInfo errType

Properties

| Edit this page View Source

Bytes

Declaration
public byte[] Bytes { get; init; }
Property Value
Type Description
byte[]
| Edit this page View Source

ErrorValue

Declaration
public object ErrorValue { get; init; }
Property Value
Type Description
object

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC