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!

CodeCatchClauseCollection.Add

Adds a CodeCatchClause to the collection.

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

Parameters

value
The CodeCatchClause to add.

See Also

CodeCatchClauseCollection Class | CodeCatchClauseCollection Members | System.CodeDOM Namespace | CodeCatchClause