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