Class CLValueException
Exception thrown during CLValue conversion errors.
Inheritance
CLValueException
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
|
Edit this page
View Source
CLValueException(byte[], object, CLTypeInfo, CLTypeInfo)
Declaration
public CLValueException(byte[] bytes, object err, CLTypeInfo okType, CLTypeInfo errType)
Parameters
Properties
|
Edit this page
View Source
Bytes
Declaration
public byte[] Bytes { get; init; }
Property Value
|
Edit this page
View Source
ErrorValue
Declaration
public object ErrorValue { get; init; }
Property Value
Implements