Microsoft.Cci.MutableCodeModel.CatchClause.CatchClause C# (CSharp) Method

CatchClause() public method

public CatchClause ( ) : System
return System
    public CatchClause() {
      this.body = CodeDummy.Block;
      this.exceptionContainer = Dummy.LocalVariable;
      this.exceptionType = Dummy.TypeReference;
      this.filterCondition = null;
      this.locations = new List<ILocation>();
    }

Same methods

CatchClause::CatchClause ( ICatchClause catchClause ) : System