コード例 #1
0
ファイル: Bootstrapper.cs プロジェクト: ziadqadour/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(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));
 }