TechTalk Genome v4.2

NullableNullValueException Class

The exception that is thrown when the Value property of a TechTalk.Genome.NullableTypes structure is set to null.

For a list of all members of this type, see NullableNullValueException Members.

System.Object
   Exception
      NullableTypeException
         NullableNullValueException

[Serializable]
[Serializable]
public class NullableNullValueException : NullableTypeException

Remarks

In order to avoid throwing this exception, you should always check the IsNull property of the structure before accessing the Value property.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2

See Also

NullableNullValueException Members | TechTalk.Genome.NullableTypes Namespace