|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Defines the exception thrown when a null reference is passed to a method that does not accept it. More...
#include "System/ArgumentException.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::ArgumentNullException |
| The exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Defines the exception thrown when a null reference is passed to a method that does not accept it.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file ArgumentNullException.h.