Class CLValueException
Exception thrown during CLValue conversion errors.
Inheritance
System.Object
CLValueException
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
CLValueException(Byte[], Object, CLTypeInfo, CLTypeInfo)
Declaration
public CLValueException(byte[] bytes, object err, CLTypeInfo okType, CLTypeInfo errType)
Parameters
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 |
|