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.

See also

Reference

TypeMismatchException members

Microsoft.Lync.Model namespace