Example #1
0
 /// <summary>
 /// Initialzie a new instance of the <see cref="ExceptionPolicyData"/> class with a name.
 /// </summary>
 /// <param name="name">
 /// The name of the <see cref="ExceptionPolicyData"/>.
 /// </param>
 public ExceptionPolicyData(string name)
     : base(name)
 {
     exceptionTypes = new ExceptionTypeDataCollection();
 }
Example #2
0
 /// <summary>
 /// Initialzie a new instance of the <see cref="ExceptionPolicyData"/> class with a name.
 /// </summary>
 /// <param name="name">
 /// The name of the <see cref="ExceptionPolicyData"/>.
 /// </param>
 public ExceptionPolicyData(string name) : base(name)
 {
     exceptionTypes = new ExceptionTypeDataCollection();
 }