Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.KitchenSink.Collections.RVariantConvertException

Summary

Indicates that there was an error while attempting to convert a Value kind variant from one type to another. E.g. converting "hi" to int.

Constructors

RVariantConvertException(RVariant variant, TypeCode desiredType)
Creates a conversion error exception with the appropriate message.