Exemple #1
0
 protected virtual void ApplyProperties(Exception exception)
 {
     ExceptionFactory.ApplyExceptionInformation(exception, this);
 }
Exemple #2
0
 public virtual void ExportProperties(Exception exception)
 {
     ExceptionFactory.ExportExceptionInformation(exception, this);
 }