예제 #1
0
 /// <summary>
 /// Registers the <see cref="Type"/>s of the Exceptions that are not considered
 /// root exceptions by the <see cref="ExceptionExtensions"/>.
 /// </summary>
 protected virtual void RegisterFrameworkExceptionTypes()
 {
     ExceptionExtensions.RegisterFrameworkExceptionType(
         typeof(ActivationException));
 }
예제 #2
0
파일: Bootstrapper.cs 프로젝트: nkast/Prism
 /// <summary>
 /// Registers the <see cref="Type"/>s of the Exceptions that are not considered
 /// root exceptions by the <see cref="ExceptionExtensions"/>.
 /// </summary>
 protected virtual void RegisterFrameworkExceptionTypes()
 {
     ExceptionExtensions.RegisterFrameworkExceptionType(
         typeof(Microsoft.Practices.ServiceLocation.ActivationException));
 }