ArgumentNullException constructor

ArgumentNullException(
  1. String message
)

Implementation

ArgumentNullException(String message) : super(message);