All types
|
All members
RT.Util.Legacy
RT.KitchenSink
RT.KitchenSink.Collections
RVariant
RVariant
Convert
Exception
RVariant
Exception
RVariant
Kind
RVariant
Not
Found
Exception
RVariant
Not
Found
Exception
(
variant
,
desired
Type
)
RVariant
Not
Found
Exception
(
variant
,
desired
Kind
)
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.
RVariantNotFoundException
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 a variant was not found where expected. This is only thrown from the .OrNotFound series of methods.
Constructors
RVariantNotFoundException
(
RVariant
variant
,
TypeCode
desiredType
)
Creates a value-not-found exception with the appropriate message.
RVariantNotFoundException
(
RVariant
variant
,
RVariantKind
desiredKind
)