TypeMismatchException Class
Exception thrown when the item type specified is conflicting with existing item type
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Lync.Model.LyncClientException
Microsoft.Lync.Model.TypeMismatchException
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TypeMismatchException _
Inherits LyncClientException
'Usage
Dim instance As TypeMismatchException
[SerializableAttribute]
public class TypeMismatchException : LyncClientException
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.