NoNullAllowedException Constructor
.NET Framework (current version)
Initializes a new instance of the NoNullAllowedException class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | NoNullAllowedException() | Initializes a new instance of the NoNullAllowedException class. |
![]() | NoNullAllowedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the NoNullAllowedException class with serialization information. |
![]() | NoNullAllowedException(String^) | Initializes a new instance of the NoNullAllowedException class with the specified string. |
![]() | NoNullAllowedException(String^, Exception^) | Initializes a new instance of the NoNullAllowedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

