Exemplo n.º 1
0
 public ActivityExceptionImpl(string name, Uri hostAddress, Guid activityTrackingNumber, DateTime timestamp,
     Exception exception)
 {
     Timestamp = timestamp;
     ActivityTrackingNumber = activityTrackingNumber;
     Name = name;
     HostAddress = hostAddress;
     ExceptionInfo = new ExceptionInfoImpl(exception);
 }
Exemplo n.º 2
0
 public AddImpl(ExceptionInfoImpl exceptionInfo)
 {
     _exceptionInfo = exceptionInfo;
 }