/// <summary> /// /// </summary> public FOEResult(FOEServiceException exception) : base(exception) { }
/// <summary> /// Exception instantiated result. /// </summary> /// <param name="exception"></param> public FOEResultBase(FOEServiceException exception) : this(exception.Reason, exception.Message) { }