@@ -542,7 +542,7 @@ Architecture architecture
542
542
var archUnitType = architecture . GetITypeOfType ( type ) ;
543
543
archUnitTypeList . Add ( archUnitType ) ;
544
544
}
545
- catch ( TypeDoesNotExistInArchitecture e )
545
+ catch ( TypeDoesNotExistInArchitecture )
546
546
{
547
547
//ignore, can't have a dependency anyways
548
548
}
@@ -820,7 +820,7 @@ Architecture architecture
820
820
var archUnitType = architecture . GetITypeOfType ( type ) ;
821
821
archUnitTypeList . Add ( archUnitType ) ;
822
822
}
823
- catch ( TypeDoesNotExistInArchitecture e )
823
+ catch ( TypeDoesNotExistInArchitecture )
824
824
{
825
825
//ignore, can't have a dependency anyways
826
826
}
@@ -1308,7 +1308,7 @@ Architecture architecture
1308
1308
var archUnitAttribute = architecture . GetAttributeOfType ( type ) ;
1309
1309
archUnitAttributeList . Add ( archUnitAttribute ) ;
1310
1310
}
1311
- catch ( TypeDoesNotExistInArchitecture e )
1311
+ catch ( TypeDoesNotExistInArchitecture )
1312
1312
{
1313
1313
//ignore, can't have a dependency anyways
1314
1314
}
@@ -1730,7 +1730,7 @@ bool Condition(TRuleType obj, Architecture architecture)
1730
1730
{
1731
1731
archUnitAttribute = architecture . GetAttributeOfType ( attribute ) ;
1732
1732
}
1733
- catch ( TypeDoesNotExistInArchitecture e )
1733
+ catch ( TypeDoesNotExistInArchitecture )
1734
1734
{
1735
1735
//can't have a dependency
1736
1736
return false ;
@@ -2099,7 +2099,7 @@ bool Condition(TRuleType obj, Architecture architecture)
2099
2099
{
2100
2100
archUnitAttribute = architecture . GetAttributeOfType ( attribute ) ;
2101
2101
}
2102
- catch ( TypeDoesNotExistInArchitecture e )
2102
+ catch ( TypeDoesNotExistInArchitecture )
2103
2103
{
2104
2104
//can't have a dependency
2105
2105
return false ;
@@ -2851,7 +2851,7 @@ Architecture architecture
2851
2851
var archUnitType = architecture . GetITypeOfType ( type ) ;
2852
2852
archUnitTypeList . Add ( archUnitType ) ;
2853
2853
}
2854
- catch ( TypeDoesNotExistInArchitecture e )
2854
+ catch ( TypeDoesNotExistInArchitecture )
2855
2855
{
2856
2856
//ignore, can't have a dependency anyways
2857
2857
}
@@ -3103,7 +3103,7 @@ Architecture architecture
3103
3103
var archUnitAttribute = architecture . GetAttributeOfType ( type ) ;
3104
3104
archUnitAttributeList . Add ( archUnitAttribute ) ;
3105
3105
}
3106
- catch ( TypeDoesNotExistInArchitecture e )
3106
+ catch ( TypeDoesNotExistInArchitecture )
3107
3107
{
3108
3108
//ignore, can't have a dependency anyways
3109
3109
}
@@ -3527,7 +3527,7 @@ bool Condition(TRuleType obj, Architecture architecture)
3527
3527
{
3528
3528
archUnitAttribute = architecture . GetAttributeOfType ( attribute ) ;
3529
3529
}
3530
- catch ( TypeDoesNotExistInArchitecture e )
3530
+ catch ( TypeDoesNotExistInArchitecture )
3531
3531
{
3532
3532
//can't have a dependency
3533
3533
return true ;
@@ -3898,7 +3898,7 @@ bool Condition(TRuleType obj, Architecture architecture)
3898
3898
{
3899
3899
archUnitAttribute = architecture . GetAttributeOfType ( attribute ) ;
3900
3900
}
3901
- catch ( TypeDoesNotExistInArchitecture e )
3901
+ catch ( TypeDoesNotExistInArchitecture )
3902
3902
{
3903
3903
//can't have a dependency
3904
3904
return true ;
0 commit comments