4 writes to catchExceptionType
System (4)
compmod\system\codedom\CodeCatchClause.cs (4)
50
this.
catchExceptionType
= catchExceptionType;
58
this.
catchExceptionType
= catchExceptionType;
80
catchExceptionType
= new CodeTypeReference(typeof(System.Exception));
85
catchExceptionType
= value;
2 references to catchExceptionType
System (2)
compmod\system\codedom\CodeCatchClause.cs (2)
79
if (
catchExceptionType
== null) {
82
return
catchExceptionType
;