InvalidContactDataException constructor (String)
The InvalidContactDataException(String) constructor initializes a new instance of the InvalidContactDataException class with the specified error message.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidContactDataException(message)
public InvalidContactDataException(
string message
)
Parameters
message
Type: System.StringThe message that describes the error.
See also
Reference
InvalidContactDataException class
InvalidContactDataException members