Exemple #1
0
 internal EHClause(EHClauseType cType, uint tOff, uint tLen, uint hOff, uint hLen)
 {
     clauseType = cType;
     tryOffset = tOff;
     tryLength = tLen;
     handlerOffset = hOff;
     handlerLength = hLen;
 }
Exemple #2
0
 internal EHClause(EHClauseType cType, uint tOff, uint tLen, uint hOff, uint hLen)
 {
     clauseType    = cType;
     tryOffset     = tOff;
     tryLength     = tLen;
     handlerOffset = hOff;
     handlerLength = hLen;
 }