Beispiel #1
0
        public virtual void Visit(ExceptionHandlerRegion exceptionRegion)
        {
            var exceptionType = exceptionRegion.ExceptionType;

            if (exceptionType != null)
            {
                this.Visit(exceptionType);
            }
        }
Beispiel #2
0
 public virtual void Visit(ExceptionHandlerRegion exceptionRegion)
 {
     var exceptionType = exceptionRegion.ExceptionType;
     if (exceptionType != null)
     {
         this.Visit(exceptionType);
     }
 }