Exception to wrap internal exceptions.

Inheritance hierarchy

System . . :: . . Object
   System . . :: . . Exception
     Microsoft.Rtc.Sip . . :: . . ApplicationConfigHelperException

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

Syntax

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

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