예제 #1
0
 public static HftApiException AddField(this HftApiException exception, string fieldName)
 {
     exception.Fields.Add(fieldName, exception.Message);
     return(exception);
 }