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