NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerErrorCollection.Add

Adds an error to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal value As CompilerError _
)
[C#]
public void Add(
   CompilerError value
);
[C++]
public: void Add(
   CompilerError* value
);
[JScript]
public function Add(
   value : CompilerError
);

Parameters

value
A CompilerError to add to the collection.

See Also

CompilerErrorCollection Class | CompilerErrorCollection Members | System.CodeDOM.Compiler Namespace | CompilerError