InvalidContactDataException class
The exception thrown when vCard data parsing errors occur.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.Exchange.Data.Common.LocalizedException
Microsoft.Exchange.Data.ExchangeDataException
Microsoft.Exchange.Data.ContentTypes.vCard.InvalidContactDataException
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidContactDataException _
Inherits ExchangeDataException
'Usage
Dim instance As InvalidContactDataException
[SerializableAttribute]
public class InvalidContactDataException : ExchangeDataException
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.