ColumnIsNullException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when using a specific data type column access method and the column value is null.
public ref class ColumnIsNullException : ApplicationException
[System.Serializable]
public class ColumnIsNullException : ApplicationException
[<System.Serializable>]
type ColumnIsNullException = class
inherit ApplicationException
Public Class ColumnIsNullException
Inherits ApplicationException
- Inheritance
-
ColumnIsNullException
- Attributes
Constructors
ColumnIsNullException() |
Initializes a new instance of the ColumnIsNullException class. |