9 namespace Core.TypeCast
    24         [Description(
"Indicates the default or unspecified value")]
    30         [Description(
"Indicates the default or unspecified value")]
    36         [Description(
"Indicates the default or unspecified value")]
    43         [Description(
"Indicates an internal error state that may be specified further in the InnerException property")]
    50         [Description(
"The converter could not be added to the ConverterCollection")]
    56         [Description(
"Indicates a null reference for the collection argument")]
    62         [Description(
"Indicates that the Converter, defined by the Input and Output conversion Types TIn --> TOut already exists")]
    68         [Description(
"Indicates that the Converter or an passed argument to the converter is `null`")]
    74         [Description(
"Indicates that a ConverterCollection method got passed an argument of a Type `T` that does not match TIn or TOut respectively")]
    80         [Description(
"The custom converter / conversion-related class has already been instantiated and added to the to the ConverterCollection")]
    88             "Indicates that the constructor the ConverterCollection class requires parameters for proper instancing, yet was invoked without parameters")]
    94         [Description(
"Indicates that the Converter function and default-value function is not set to a Delegate and null")]
   102         [Description(
"Indicates a Converter already exists for the specified input and output Types and was thus not added to the ConverterCollection")]
 The converter could not be added to the ConverterCollection because another converter for the specifi...
Indicates that the constructor of a parent Converter<TIn, TOut> class T requires parameters for prope...
Indicates the default or unspecified value 
Indicates an unknown or undefined flag 
The custom converter / conversion-related class has already been instantiated and added to the to the...
Indicates that the Converter<TIn, TOut> or an passed argument to a Converter method is null ...
Indicates that the Converter.Function property and Converter.FunctionDefault is not set to a Delegate...
The converter could not be added to the ConverterCollection 
Indicates an internal error state that may be specified further in the Exception.InnerException prope...
Indicates a null reference for the collection argument 
Indicates a default or normal flag 
ConverterCollectionCause
Contains the reasons for a ConverterCollectionException to be raised. 
Indicates that a Converter<TIn, TOut> method got passed an argument of a System.TypeT that does not m...
Indicates that the Converter<TIn, TOut>, defined by the Input and Output conversion Types TIn --> TOu...