Class TripousArgumentNullException
- Namespace
- Tripous
- Assembly
- Tripous.dll
Tripous exception
public class TripousArgumentNullException : ArgumentNullException, ISerializable
- Inheritance
-
TripousArgumentNullException
- Implements
- Inherited Members
- Extension Methods
Constructors
TripousArgumentNullException()
Constructor
public TripousArgumentNullException()
TripousArgumentNullException(string)
Constructor
public TripousArgumentNullException(string ParamName)
Parameters
ParamNamestring
TripousArgumentNullException(string, Exception)
Constructor
public TripousArgumentNullException(string Message, Exception InnerException)
Parameters
TripousArgumentNullException(string, string)
Constructor
public TripousArgumentNullException(string ParamName, string Message)