Handling Lync Exceptions (Lync 2010 SDK)

The exception classes that are defined by Microsoft Lync 2010 API are inherited from the System.Exception class but do not provide additional members beyond the Exception members. Use the specific Lync 2010 API exception to indicate the kind of error condition that generated an exception.

Exception Scenarios

The following exception scenarios are handled by specific exception classes. All Lync 2010 API exceptions are inherited from the Microsoft.Lync.Model.LyncClientException class.

Microsoft Lync 2010 client exceptions:

Client State Exceptions:

Collection Exceptions:

Operation Exceptions:

See Also

Concepts

Writing Lync 2010 SDK Applications