The ErrorMessagesproperty contains the errors that are encountered during compilation of the application manifest.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
ErrorMessages 
As 
ArrayList
	
Get
Visual Basic (usage)
Dim 
instance 
As 

CompilerErrorException
Dim 
value 
As 
ArrayList

value = instance.
ErrorMessages
C#
public 
ArrayList 
ErrorMessages { 
get; }

See also