Compartir a través de


InvalidContactDataException Constructor

Include Protected Members
Include Inherited Members

The InvalidContactDataException() constructor initializes a new instance of the InvalidContactDataException class.

Overload List

  Name Description
Public method InvalidContactDataException(String) The InvalidContactDataException(String) constructor initializes a new instance of the InvalidContactDataException class with the specified error message.
Protected method InvalidContactDataException(SerializationInfo, StreamingContext) The InvalidContactDataException(SerializationInfo, StreamingContext) constructor initializes a new instance of the InvalidContactDataException class with the specified serialized data.
Public method 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