comparison Implab/PromiseTransientException.cs @ 138:f75cfa58e3d4 v2

added ICancellable.Cancel(Exception) to allow specify the reason of cancellation
author cin
date Tue, 17 Feb 2015 18:16:26 +0300
parents 2573b562e328
children
comparison
equal deleted inserted replaced
137:238e15580926 138:f75cfa58e3d4
1 using System; 1 using System;
2 2
3 namespace Implab { 3 namespace Implab {
4
5 [Serializable] 4 [Serializable]
6 public class PromiseTransientException : Exception { 5 public class PromiseTransientException : Exception {
7 /// <summary> 6 /// <summary>
8 /// Initializes a new instance of the <see cref="PromiseTransientException"/> class. 7 /// Initializes a new instance of the <see cref="PromiseTransientException"/> class.
9 /// </summary> 8 /// </summary>