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.AddRange

Adds a set of CodeCatchClause objects to the collection.

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

Parameters

value
An array of type CodeCatchClause containing the objects to add.

See Also

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