InvalidContactDataException constructor
The InvalidContactDataException() constructor initializes a new instance of the InvalidContactDataException class.
Overload list
Name | Description | |
---|---|---|
InvalidContactDataException(String) | The InvalidContactDataException(String) constructor initializes a new instance of the InvalidContactDataException class with the specified error message. | |
InvalidContactDataException(SerializationInfo, StreamingContext) | The InvalidContactDataException(SerializationInfo, StreamingContext) constructor initializes a new instance of the InvalidContactDataException class with the specified serialized data. | |
InvalidContactDataException(String, Exception) | The InvalidContactDataException(String, Exception) constructor initializes a new instance of the InvalidContactDataException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
See also
Reference
InvalidContactDataException class