The exception that is thrown when server connection could not be established.

Inheritance hierarchy

System . . :: . . Object
   System . . :: . . Exception
     System . . :: . . ApplicationException
       Microsoft.Rtc.Sip . . :: . . ServerNotFoundException

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ServerNotFoundException _
	
Inherits 
ApplicationException
Visual Basic (usage)
Dim 
instance 
As 
ServerNotFoundException
C#
[
SerializableAttribute]
public 
sealed 
class 
ServerNotFoundException : 
ApplicationException

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also