Casper.Network.SDK
Show / Hide Table of Contents

Class CLValueException

Exception thrown during CLValue conversion errors.

Inheritance
System.Object
CLValueException
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class CLValueException : Exception

Constructors

CLValueException(Byte[], CLTypeInfo, CLTypeInfo)

Declaration
public CLValueException(byte[] bytes, CLTypeInfo okType, CLTypeInfo errType)
Parameters
Type Name Description
System.Byte[] bytes
CLTypeInfo okType
CLTypeInfo errType

CLValueException(Byte[], Object, CLTypeInfo, CLTypeInfo)

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

Properties

Bytes

Declaration
public byte[] Bytes { get; set; }
Property Value
Type Description
System.Byte[]

ErrorValue

Declaration
public object ErrorValue { get; set; }
Property Value
Type Description
System.Object
In This Article
Back to top Maintained by MAKE Technology LLC