CompilerErrorException.CompilerErrorException(ArrayList) constructor
Microsoft Office Live Communications Server 2005 with SP1 |
CompilerErrorException.CompilerErrorException (ArrayList)
The CompilerErrorException constructor initializes a new object of the CompilerErrorException class, with the error messages specified as an ordered ArrayList.
[C#] public CompilerErrorException( ArrayList errorMessages );
[Visual Basic .NET] Public Sub New( _ ByVal errorMessages As ArrayList _ )
Parameters
- errorMessages
ArrayList object that contains the error string returned by the application manifest compiler. Each element in the ArrayList contains an individual error string, in order from the first encountered to the last.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |