Beispiel #1
0
 /// <summary>
 /// Create a new security exception with the specified risk type.
 /// </summary>
 /// <param name="risk">The type of security risk.</param>
 public SecurityException(SecurityRiskType risk)
     : base()
 {
     this.RiskType = risk;
 }
 /// <summary>
 /// Create a new security exception with the specified risk type.
 /// </summary>
 /// <param name="risk">The type of security risk.</param>
 public SecurityException(SecurityRiskType risk)
     : base()
 {
     this.RiskType = risk;
 }