All types
|
All members
RT.Util.Legacy
RT.KitchenSink
RT.KitchenSink.Collections
RVariant
RVariant
Convert
Exception
RVariant
Convert
Exception
(
variant
,
desired
Type
)
RVariant
Exception
RVariant
Kind
RVariant
Not
Found
Exception
RVariant
Xml
Exception
RT.Util
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Sealed class:
RT.KitchenSink.Collections.
RVariantConvertException
Assembly:
RT.Util.Legacy, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.KitchenSink.Collections
Show inherited types...
Inherits from:
RT.KitchenSink.Collections.
RVariantException
System.Exception
object
Show implemented interfaces...
Implements:
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
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.