public virtual void FederationNotSaved(SaveFailureReason reason) { throw new Exception("The method or operation is not implemented."); }
/// <summary> /// Copy constructor. /// </summary> /// <param name="otherSaveFailureReason">the save failure reason object to copy /// </param> public SaveFailureReason(SaveFailureReason otherSaveFailureReason) { val = otherSaveFailureReason.val; }