System.CodeDom.CodeCatchClauseCollection.CodeCatchClauseCollection C# (CSharp) Method

CodeCatchClauseCollection() public method

public CodeCatchClauseCollection ( CodeCatchClause value ) : System
value CodeCatchClause
return System
        public CodeCatchClauseCollection(CodeCatchClause[] value) {
            this.AddRange(value);
        }
        

Same methods

CodeCatchClauseCollection::CodeCatchClauseCollection ( ) : System
CodeCatchClauseCollection::CodeCatchClauseCollection ( CodeCatchClauseCollection value ) : System