コード例 #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 プロジェクト: lholota/fork-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));
 }