public class ArgumentNullExceptionEx
extends ArgumentNullException
Constructor and Description |
---|
ArgumentNullExceptionEx(String paramName,
String message)
Initializes a new instance of the
ArgumentNullExceptionEx class. |
ArgumentNullExceptionEx(String message,
Throwable cause)
Initializes a new instance of the
ArgumentNullExceptionEx class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ArgumentNullExceptionEx(String message, Throwable cause)
Initializes a new instance of the ArgumentNullExceptionEx
class.
public ArgumentNullExceptionEx(String paramName, String message)
Initializes a new instance of the ArgumentNullExceptionEx
class.