NullableTypes Class Library

NullableNullValueException Class

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

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

System.Object
   Exception
      SystemException
         NullableTypeException
            NullableNullValueException

[Visual Basic]
<Serializable>
Public Class NullableNullValueException
Inherits NullableTypeException
[C#]
[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: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableNullValueException Members | NullableTypes Namespace