ArgumentNullRefPtrException/ArgumentNullException Class

[C++]

class ArgumentNullRefPtrException : public Exception

[C#]

public class ArgumentNullException : Exception

Remarks

Thrown if you pass NULL/null to a method expecting a valid initialized object.